MCPcopy Create free account
hub / github.com/cutedCha/noteBoook / handleStartFromBeginning

Function handleStartFromBeginning

js/app.js:1173–1179  ·  view source on GitHub ↗

* 处理"从头开始"按钮点击 * 关闭弹窗,显示封面 * Requirements: 7.2

()

Source from the content-addressed store, hash-verified

1171 * Requirements: 7.2
1172 */
1173function handleStartFromBeginning() {
1174 // 隐藏弹窗
1175 hideContinueReadingModal();
1176
1177 // 保持在封面页面,用户可以自行选择开始阅读
1178 // 不清除阅读进度,以便用户下次还可以选择继续
1179}
1180
1181/**
1182 * 显示封面

Callers

nothing calls this directly

Calls 1

hideContinueReadingModalFunction · 0.85

Tested by

no test coverage detected