修改域名为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,3 @@
-- DiceRewardConfig 新增 weight 字段:仅 tier=BIGWIN 时可设定0-100%
ALTER TABLE `dice_reward_config`
ADD COLUMN `weight` decimal(5,2) NOT NULL DEFAULT 0.00 COMMENT '权重%,仅 tier=BIGWIN 时可设定0-100' AFTER `tier`;