修改域名为h55555game.top

This commit is contained in:
2026-04-28 10:24:01 +08:00
parent 40277e677d
commit a7b2f2cd91
61 changed files with 2329 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
-- 玩家表新增 free_ticket 字段用于记录免费抽奖券JSON{"ante":1,"count":1}
-- 若已存在可跳过
ALTER TABLE `dice_player`
ADD COLUMN `free_ticket` json NULL COMMENT '免费抽奖券:{"ante":1,"count":1}' AFTER `free_ticket_count`;