feat: 完成配置与SQLite地基

- 新增 appconfig 配置读写、默认值、AI 参数和敏感字段拦截

- 新增 SQLite batches/accounts/tasks schema 与阶段写库函数

- 校准本地配置、DB、图片和登录态文件的 gitignore 规则

- 更新任务看板、模块合约、当前状态和进度记录
This commit is contained in:
chengma
2026-06-27 09:02:05 +08:00
parent 26dac2a718
commit 8ad1754946
7 changed files with 822 additions and 37 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
# ── 凭证 / 业务数据 / 本地产物(绝不提交)──
# AI 模型清单 ai_models.json(含密钥)
config/
config/ai_models.json
# 应用配置(路径/模型选择/参数)
config.json
# SQLite(账号/任务/结果,含密码)
@@ -9,6 +9,10 @@ cmshopee.db
chrome_user_data_dir/
# 采集的旧封面 / AI 生成的新封面
images/
# 本地测试图片 / 临时启动脚本
1_TY030.jpg
cmshopee_t001_cover.jpg
dev.bat
# ── Python ──
__pycache__/