Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aerdelan/MirrorNovel
/ functions
Functions
207 in github.com/Aerdelan/MirrorNovel
⨍
Functions
207
◇
Types & classes
5
↓ 1 callers
Function
startApp
()
server/index.js:46
↓ 1 callers
Function
summarizeChapterForDoc
* 将刚生成的章节浓缩为一段结构化文字(供 chapterSummaryDoc 追加) * AI 生成 → 提取关键信息,比简单截头尾更准确
server/services/novelContext.js:240
↓ 1 callers
Function
test
()
server/test_download.js:6
↓ 1 callers
Function
updateForeshadowingDoc
* 根据新生成的章节内容,更新伏笔追踪文档 * 扫描章节中的悬念句和回收句,更新到 foreshadowingDoc
server/services/novelContext.js:269
↓ 1 callers
Function
useI18n
()
client/src/composables/useI18n.js:8
↓ 1 callers
Function
verifyTransporter
()
server/services/emailService.js:60
Function
$t
(key, params)
client/src/composables/useI18n.js:15
Function
$tn
(name)
client/src/composables/useI18n.js:39
Function
$tt
(name)
client/src/composables/useI18n.js:47
Method
addition_isCorrect
()
app/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java:14
Function
adminAuth
(req, res, next)
server/middleware/adminAuth.js:4
Function
adminOnly
(req, res, next)
server/routes/reference.js:14
Function
agentGenerateChapter
* 完整 Agent 写作流程(单章) * @param {Object} novel - 小说对象 * @param {string} systemPrompt - 系统提示词 * @param {Function} onChunk - 流式回调 * @param {Function} o
server/services/writingAgent.js:129
Function
auth
(req, res, next)
server/middleware/auth.js:4
Function
buildAgentContinuePrompt
* 为续写构建结构化 prompt
server/services/novelContext.js:189
Function
checkAnnouncement
()
client/src/stores/auth.js:140
Function
checkAnnouncement
()
app/src/stores/auth.js:134
Function
checkin
()
client/src/stores/auth.js:118
Function
checkin
()
app/src/stores/auth.js:117
Function
clearPrefillContinue
()
client/src/stores/novel.js:46
Function
clearPrefillContinue
()
app/src/stores/novel.js:45
Function
closeBrowser
* 关闭浏览器
tmp_upload/playwrightProxy.js:140
Function
continueGeneration
(novelId, onChunk, onStatus, mode)
client/src/stores/novel.js:87
Function
deleteCookie
()
client/src/stores/reference.js:86
Function
deleteNovel
(novelId)
client/src/stores/novel.js:40
Function
deleteNovel
(novelId)
app/src/stores/novel.js:40
Function
deleteReference
(id)
client/src/stores/reference.js:29
Function
deslopOnChunk
(chunk)
server/routes/novel.js:1551
Function
dismissAnnouncement
()
client/src/stores/auth.js:147
Function
dismissAnnouncement
()
app/src/stores/auth.js:141
Function
extractFontMap
* 从 Playwright 页面提取字体映射 * * 支持: * 1. base64 内嵌字体(data: URI) * 2. HTTP 字体 URL(通过浏览器内 fetch 下载) * 3. Playwright 路由拦截(外部缓冲区)
server/services/fontDecoder.js:89
Function
fanqieImport
(params)
client/src/stores/reference.js:39
Function
fanqiePreview
(bookId)
client/src/stores/reference.js:59
Function
fetchBookshelf
()
client/src/stores/novel.js:19
Function
fetchBookshelf
()
app/src/stores/novel.js:25
Function
fetchCategories
()
client/src/stores/reference.js:9
Function
fetchChapterContent
* 获取章节内容并让浏览器渲染 PUA 字体,返回纯文本 * 每本书只需加载字体一次,后续共享
tmp_upload/playwrightProxy.js:104
Function
fetchCookieStatus
()
client/src/stores/reference.js:67
Function
fetchFullTypes
()
client/src/stores/novel.js:31
Function
fetchLightNovelRefs
()
client/src/stores/reference.js:82
Function
fetchList
()
client/src/stores/reference.js:15
Function
fetchNovelDetail
(novelId)
client/src/stores/novel.js:25
Function
fetchNovelDetail
(novelId)
app/src/stores/novel.js:31
Function
fetchNovelTypes
()
client/src/stores/novel.js:17
Function
fetchNovelTypes
()
app/src/stores/novel.js:23
Function
fetchOllamaModels
()
client/src/stores/auth.js:71
Function
fetchOllamaModels
()
app/src/stores/auth.js:84
Function
fetchViaBrowser
(action, params, cs)
server/services/playwrightProxy.js:140
Function
getBookCategory
* 从书籍页面 HTML 提取分类标签(都市脑洞、系统、穿越等)
server/services/fanqieScraper.js:388
Function
getBookInfo
* 获取书籍信息(优先 API,失败回退 HTML)
tmp_upload/fanqieScraper.js:258
Function
getBookInfo
* 获取书籍信息(优先 API,失败回退 HTML)
server/services/fanqieScraper.js:343
Function
getChapterContentViaAPI
* 通过浏览器代理获取单个章节完整内容
server/services/fanqieScraper.js:250
Function
getChapterContents
* 批量获取章节内容(优先 API,失败回退 HTML)
tmp_upload/fanqieScraper.js:272
Function
getChapterContents
* 批量获取章节内容(优先 API,失败回退 HTML)
server/services/fanqieScraper.js:357
Function
getChapterMeta
* 快速获取章节元数据(书名、类型等,不下载字体不解码)
server/services/fanqieScraper.js:371
Function
getCharMapping
()
server/services/playwrightProxy.js:168
Function
getCheckinStatus
()
client/src/stores/auth.js:128
Function
getCheckinStatus
()
app/src/stores/auth.js:126
Function
getCookie
()
server/services/fanqieAuth.js:29
Function
getDetail
(id)
client/src/stores/reference.js:34
Function
getInviteInfo
()
client/src/stores/auth.js:134
Function
getInviteInfo
()
app/src/stores/auth.js:130
Function
getModelConfig
()
client/src/stores/auth.js:76
Function
getModelConfig
()
app/src/stores/auth.js:89
Function
getPools
根据 gender 获取对应的叙事池
server/config/novelTemplates.js:293
Function
getProfile
()
client/src/stores/auth.js:55
Function
getProfile
()
app/src/stores/auth.js:68
Function
getStatus
()
server/services/fanqieAuth.js:32
Function
getTokenInfo
()
client/src/stores/auth.js:91
Function
getTokenInfo
()
app/src/stores/auth.js:103
Function
getUserStats
()
client/src/stores/auth.js:102
Function
getUserStats
()
app/src/stores/auth.js:113
Function
isReady
()
server/services/fanqieAuth.js:30
Function
login
(email, password)
client/src/stores/auth.js:39
Function
login
(email, password)
app/src/stores/auth.js:52
Function
logout
()
client/src/stores/auth.js:155
Function
logout
()
app/src/stores/auth.js:149
Function
pauseNovel
(novelId)
client/src/stores/novel.js:36
Function
pauseNovel
(novelId)
app/src/stores/novel.js:36
Function
pickRandom
随机选择数组中的一个元素
server/config/novelTemplates.js:298
Function
pickRandomN
随机选择 n 个不重复元素
server/config/novelTemplates.js:303
Function
purchaseTokens
(amount)
client/src/stores/auth.js:107
Function
qualityScore
* 章节质量评分
server/services/chapterToolchain.js:235
Function
register
(email, password, code, nickname, inviteCode)
client/src/stores/auth.js:45
Function
register
(email, password, code, nickname, inviteCode)
app/src/stores/auth.js:58
Function
resetFontCache
重置字体缓存(换书时调用)
tmp_upload/playwrightProxy.js:135
Function
resetFontCache
()
server/services/playwrightProxy.js:167
Function
saveModelConfig
(config)
client/src/stores/auth.js:81
Function
saveModelConfig
(config)
app/src/stores/auth.js:94
Function
sendCode
(email)
client/src/stores/auth.js:51
Function
sendCode
(email)
app/src/stores/auth.js:64
Function
setCookie
(cookie)
client/src/stores/reference.js:50
Function
setCookie
(cookieStr)
server/services/fanqieAuth.js:23
Function
setLocale
(l)
client/src/composables/useI18n.js:9
Function
setPrefillContinue
(data)
client/src/stores/novel.js:45
Function
setPrefillContinue
(data)
app/src/stores/novel.js:44
Function
startGeneration
(params, onChunk, onStatus)
client/src/stores/novel.js:51
Function
startImportContinue
(params, onChunk, onStatus)
client/src/stores/novel.js:113
Function
startPolish
(params, onChunk, onStatus)
client/src/stores/novel.js:140
Function
stopGeneration
()
client/src/stores/novel.js:48
← previous
next →
101–200 of 207, ranked by callers