支持角色id与性格配置

This commit is contained in:
2025-08-11 14:29:39 +08:00
parent 0f8902405d
commit 1c33f4345b
11 changed files with 773 additions and 81 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
"strict": false,
"allowSyntheticDefaultImports": true
}
}