feat(miniprogram): 用 karuo-316 替换小程序目录

- 从 github/karuo-316 覆盖 miniprogram/
- 排除 project.private.config.json 与 *.backup

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 18:25:24 +08:00
parent 982622368a
commit 34f7c7bbdc
34 changed files with 450 additions and 891 deletions

View File

@@ -31,10 +31,7 @@ Page({
appendixList: [],
// 每日新增章节
dailyChapters: [],
// 审核模式
auditMode: false
dailyChapters: []
},
onLoad() {
@@ -186,7 +183,6 @@ Page({
tabBar.setData({ selected: 1 })
}
}
this.setData({ auditMode: app.globalData.auditMode })
this.updateUserStatus()
this.loadVipStatus()
},