()
| 1329 | |
| 1330 | // 展开问题描述 |
| 1331 | function questionRichTextMore() { |
| 1332 | if (!menu_value('menu_questionRichTextMore')) return |
| 1333 | let button = document.querySelector('button.QuestionRichText-more'); |
| 1334 | if (button) button.click() |
| 1335 | } |
| 1336 | |
| 1337 | // 移除登录弹窗 |
| 1338 | function removeLogin() { |