修改域名为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 @@
-- 奖励配置表增加 weight 字段:仅 tier=BIGWIN 时使用0-1000010000=100% 中大奖
-- 若之前执行过 dice_reward_config_drop_weight.sql 已删除该列,需执行本脚本恢复
-- 若表已有 weight 列会报错,可忽略
ALTER TABLE `dice_reward_config`
ADD COLUMN `weight` int unsigned NOT NULL DEFAULT 10000 COMMENT 'BIGWIN 大奖权重 0-1000010000=100%' AFTER `tier`;