Commit Graph
7 Commits
Author SHA1 Message Date
QiuSW fb1037933d feat: 中文化 django-admin 字段标签 (T-603) 2026-07-04 16:27:45 +08:00
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 c15a07a5c2 feat: add recharge callback processing 2026-07-03 09:07:21 +08:00
QiuSW 4e8c1b45a4 fix: add ledger refund uniqueness guard 2026-07-02 16:59:02 +08:00
QiuSW 826f5f685b feat: add billing pricing rules 2026-07-02 15:28:19 +08:00
QiuSW cbc56ee15d feat: add billing core models 2026-07-02 15:06:00 +08:00
QiuSW af0302c3f6 feat: add apps and custom user 2026-07-02 09:07:15 +08:00