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

Function handleTocCloseClick

js/app.js:1030–1035  ·  view source on GitHub ↗

* 处理目录"返回封面"按钮点击

()

Source from the content-addressed store, hash-verified

1028 * 处理目录"返回封面"按钮点击
1029 */
1030function handleTocCloseClick() {
1031 if (AppState.isAnimating) return;
1032
1033 // 切换回封面视图
1034 showCover();
1035}
1036
1037/**
1038 * 检查是否有保存的阅读进度,并显示继续阅读提示

Callers

nothing calls this directly

Calls 1

showCoverFunction · 0.85

Tested by

no test coverage detected