完善了Web管理端

This commit is contained in:
2026-06-20 18:18:50 +08:00
parent aedc199777
commit c5f296fb0d
11 changed files with 735 additions and 82 deletions
+6 -4
View File
@@ -16,10 +16,12 @@ type CardDef struct {
}
type Card struct {
UID string
TypeID string
Name string
MP int
UID string
TypeID string
Name string
MP int
PlacedBy string
PlacedByNick string
}
var AllCardDefs = []CardDef{