feat: 等级配置

This commit is contained in:
Blizzard
2026-02-11 11:37:35 +08:00
parent 6be24bdbda
commit 4ccab96ca2
12 changed files with 272 additions and 18 deletions
+2
View File
@@ -52,6 +52,8 @@ func MigrateTable() {
plant.Wiki{}, //百科植物
plant.ClassifyRecord{}, //植物识别记录
plant.LevelConfig{}, //等级配置
)
if err != nil {
global.Logger.Error("Migrate table failed,err:", zap.Error(err))