* 处理"从头开始"按钮点击 * 关闭弹窗,显示封面 * Requirements: 7.2
()
| 1171 | * Requirements: 7.2 |
| 1172 | */ |
| 1173 | function handleStartFromBeginning() { |
| 1174 | // 隐藏弹窗 |
| 1175 | hideContinueReadingModal(); |
| 1176 | |
| 1177 | // 保持在封面页面,用户可以自行选择开始阅读 |
| 1178 | // 不清除阅读进度,以便用户下次还可以选择继续 |
| 1179 | } |
| 1180 | |
| 1181 | /** |
| 1182 | * 显示封面 |
nothing calls this directly
no test coverage detected