chengma
|
b99019e954
|
feat: complete T-530 cmhub URL normalization
|
2026-07-06 10:31:36 +08:00 |
|
chengma
|
60497be557
|
T-529 default to cmhub gateway
|
2026-07-04 17:59:23 +08:00 |
|
chengma
|
1efb095767
|
feat: add cmhub AI backend
|
2026-07-04 15:13:15 +08:00 |
|
chengma
|
21cd02c167
|
feat: add optional cover generation toggle
|
2026-07-02 15:17:11 +08:00 |
|
chengma
|
cd1256bc5e
|
feat: add diagnostic logs for generation flows
|
2026-06-29 17:49:45 +08:00 |
|
chengma
|
0e0ed193b6
|
feat: 完成T-504更新执行增强
- 新增 dry-run、多账号并行和最大并行账号数设置
- 增加 run_logs/run_log_events 运行日志表及读写接口
- ApplyWorker 支持 dry-run 预览、按账号并行、端口冲突阻断和日志展示
- 补充 DB/GUI 单元测试并同步任务、架构、API、路由和当前状态文档
验证: python -m compileall app main.py tests; python -m unittest discover -s tests
|
2026-06-29 10:25:09 +08:00 |
|
chengma
|
01e319cad8
|
feat: 完成T-503敏感信息提示与脱敏
- 保存或变更账号密码、AI API Key 前弹出本地明文保存提示
- 新增敏感值打码、结构化日志脱敏和自由文本替换工具
- 补充 GUI/appconfig 单测,覆盖明文提示和脱敏边界
- 同步任务看板、当前状态、架构、API、路由和编码规则文档
|
2026-06-29 10:05:16 +08:00 |
|
chengma
|
b05a856796
|
feat: 完成T-501c Shopee更新安全开关
新增 shopee_update 配置段,默认关闭真实提交和封面更新,限制测试商品ID、单次最大更新条数,并支持成功后关闭本轮自动新开编辑页。
Tab⑤ 设置页新增 Shopee 更新安全表单;Tab③ 开始更新前先读取安全配置并阻断未授权真实提交、超量、非测试商品和未允许的封面更新。
ApplyWorker 将 close_success_tab 传入 editor.apply_task;editor 仅在提交成功且页面为本轮自动新开时关闭 tab,失败和复用页面保留。
同步架构、API、路由、任务看板、当前状态与 progress 文档;补充 GUI 与 editor 单测覆盖安全设置保存、共享配置读取、安全拦截和 tab 关闭策略。
|
2026-06-29 09:18:03 +08:00 |
|
chengma
|
aba272dd21
|
test: 建立单元测试基座
- 新增 unittest tests 基座,覆盖 appconfig 与 db 纯逻辑
- 增加 excel/prompts 未实现模块的契约占位测试
- 补强 config.json 对 *_token 与 *_password 的敏感字段拦截
- 更新任务看板、当前状态、API 合约和进度记录
|
2026-06-27 09:17:20 +08:00 |
|
chengma
|
0de7c84163
|
feat: 完成AI模型清单后端
- 扩展 appconfig 读写 config/ai_models.json
- 支持模型增删改、分类过滤、key 打码展示和 get_model 明文返回
- 增加模型唯一性、类别保底和测试连接错误返回
- 更新任务看板、模块合约、当前状态和进度记录
|
2026-06-27 09:10:17 +08:00 |
|
chengma
|
8ad1754946
|
feat: 完成配置与SQLite地基
- 新增 appconfig 配置读写、默认值、AI 参数和敏感字段拦截
- 新增 SQLite batches/accounts/tasks schema 与阶段写库函数
- 校准本地配置、DB、图片和登录态文件的 gitignore 规则
- 更新任务看板、模块合约、当前状态和进度记录
|
2026-06-27 09:02:05 +08:00 |
|