更新数据库

This commit is contained in:
Happi (哈比)
2026-03-06 16:54:51 +08:00
parent bf9e099747
commit 113ecb633a
17 changed files with 604 additions and 117 deletions

View File

@@ -47,7 +47,7 @@ melos:
gen:
description: "Run build_runner build in all packages that use it"
run: melos exec --depends-on="build_runner" -- dart run build_runner build --delete-conflicting-outputs
run: bash scripts/table_gen.sh && melos exec --depends-on="build_runner" -- dart run build_runner build --delete-conflicting-outputs
gen:watch:
description: "Watch mode code generation in all packages that use build_runner"