feat: 支持关卡配置分享

This commit is contained in:
richarjiang
2026-04-06 17:32:20 +08:00
parent 9ab78555cb
commit 3a1b4d22bf
15 changed files with 418 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"mysql2": "^3.19.1",
"nanoid": "^3.3.11",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"typeorm": "^0.3.28"
@@ -78,4 +79,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}