feat(achievement): 添加成就系统数据模型

This commit is contained in:
2026-08-04 00:44:35 -06:00
parent d4d700782b
commit 456c435289
10 changed files with 150 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ LOCAL_APPS = [
"flowchart",
"problemset",
"class_pk",
"achievement",
]
INSTALLED_APPS = VENDOR_APPS + LOCAL_APPS