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

Function showContinueReadingModal

js/app.js:1112–1116  ·  view source on GitHub ↗

* 显示继续阅读弹窗 * Requirements: 7.2

()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected