🎨 优化角色卡编辑

Signed-off-by: Echo <1711788888@qq.com>
This commit is contained in:
2026-02-28 15:09:53 +08:00
parent 81b552b689
commit a6234e7bb0
8 changed files with 530 additions and 9 deletions

View File

@@ -88,6 +88,7 @@ func RegisterTables() {
app.AIPreset{},
app.Worldbook{},
app.WorldbookEntry{},
app.RegexScript{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))