fix: 修复漫画阅读器卡死并支持章节直读

This commit is contained in:
lofyer
2026-08-09 13:02:24 +08:00
parent 87dcc307e6
commit 763f2b02ac
13 changed files with 96 additions and 17 deletions
+4
View File
@@ -135,6 +135,10 @@ function appEntries() {
const entries = [
collectFile(path.join(ROOT, 'main.js'), `${app}/main.js`),
collectFile(path.join(ROOT, 'preload.js'), `${app}/preload.js`),
collectFile(
path.join(ROOT, 'manga-online-preload.js'),
`${app}/manga-online-preload.js`
),
...collectDir(path.join(ROOT, 'src'), `${app}/src`, (e) => e.name.startsWith('_test'))
];