Commit Graph
9 Commits
Author SHA1 Message Date
QiuSWandClaude Opus 4.8 4aceb3ae25 feat: 中文化 django-admin 分组与表名 (T-602 层1-3)
- 5 个 app 加 AppConfig.verbose_name(中文分组名)
- 11 个模型加 Meta.verbose_name/verbose_name_plural(中文表名)
- 3 条 AlterModelOptions 迁移(仅 options,无 DB schema 变更)
- LANGUAGE_CODE=zh-hans / USE_I18N=True 已在,Django 自带 admin 与 auth 已中文
- 仅显示层,不改字段名/逻辑/表结构

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04 15:18:16 +08:00
QiuSW 898329e047 feat: add public model catalog discovery 2026-07-04 10:14:16 +08:00
QiuSW 0168aa30ba feat: harden phase 3 api security 2026-07-03 10:34:37 +08:00
QiuSW fa87359a2c feat: add recharge create and status APIs 2026-07-03 09:34:07 +08:00
QiuSW c15a07a5c2 feat: add recharge callback processing 2026-07-03 09:07:21 +08:00
QiuSW 8931960b35 feat: add balance API endpoint 2026-07-03 08:36:30 +08:00
QiuSW 0f7798ec2f feat: add generation API endpoints 2026-07-02 22:41:37 +08:00
QiuSW 47e6aed7a8 feat: add api key authentication 2026-07-02 17:40:26 +08:00
QiuSW af0302c3f6 feat: add apps and custom user 2026-07-02 09:07:15 +08:00