()
| 168 | |
| 169 | // 隐藏登录弹窗 |
| 170 | function closeLoginModalFunc() { |
| 171 | addCss(` |
| 172 | .Modal-wrapper--transparent, |
| 173 | .Modal-enter-done{ |
| 174 | display:none !important; |
| 175 | }`) |
| 176 | const element = document.querySelector("html") |
| 177 | element.style.overflow = "auto" |
| 178 | element.style.margin = "0px" |
| 179 | } |
| 180 | |
| 181 | // 自动展开全文 |
| 182 | function autoOpenCodeFunc() { |
no test coverage detected