()
| 254 | |
| 255 | // 隐藏移动端跳转APP弹窗 |
| 256 | function closeRedirectModalFunc() { |
| 257 | const css = ` |
| 258 | .ios-shadowbox, |
| 259 | .feed-Sign-weixin, |
| 260 | .weixin-shadowbox { |
| 261 | display:none !important; |
| 262 | }` |
| 263 | addCss(css) |
| 264 | } |
| 265 | |
| 266 | function closeVipFunc() { |
| 267 | document.querySelectorAll(".hide-article-box").forEach((box) => { |
no test coverage detected