* 显示继续阅读弹窗 * Requirements: 7.2
()
| 1110 | * Requirements: 7.2 |
| 1111 | */ |
| 1112 | function showContinueReadingModal() { |
| 1113 | if (Elements.continueReadingModal) { |
| 1114 | Elements.continueReadingModal.classList.remove('hidden'); |
| 1115 | } |
| 1116 | } |
| 1117 | |
| 1118 | /** |
| 1119 | * 隐藏继续阅读弹窗 |
no outgoing calls
no test coverage detected