优化中奖权重计算方式

This commit is contained in:
2026-03-12 17:17:00 +08:00
parent 064ce06393
commit 7e4ba86afa
25 changed files with 2344 additions and 403 deletions

View File

@@ -0,0 +1,9 @@
<?php
// +----------------------------------------------------------------------
// | 别名reward 命名空间下引用 reward_config\DiceRewardConfig
// +----------------------------------------------------------------------
namespace app\dice\model\reward;
class DiceRewardConfig extends \app\dice\model\reward_config\DiceRewardConfig
{
}