修改域名为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 @@
-- 彩金池累计盈利:每次抽奖成功后累加 (100 - DiceRewardConfig.real_ev),后台「当前彩金池」展示为 profit_amount
-- 若表已有 ev 字段可跳过本句
ALTER TABLE `dice_lottery_pool_config` ADD COLUMN `ev` decimal(14,2) NOT NULL DEFAULT 0.00 COMMENT '池子累计盈利(游戏结算时累加)' AFTER `t5_weight`;