This commit is contained in:
2025-11-04 18:49:37 +08:00
parent b95fff224b
commit 8850a06fea
103 changed files with 15337 additions and 771 deletions

View File

@@ -10,7 +10,8 @@ public enum ResourceType {
ACHIEVEMENT(6, "成就", "成就"),
CRONTAB_TASK(7, "定时任务", "定时任务"),
BANNER(8, "轮播图", "轮播图"),
TAG(9, "标签", "标签");
TAG(9, "标签", "标签"),
AI_KNOWLEDGE(10, "AI知识库", "AI知识库");
private int code;
private String name;