游戏-游戏配置-优化样式

This commit is contained in:
2026-04-02 11:06:21 +08:00
parent 9786dab979
commit c602c0d67d
3 changed files with 101 additions and 0 deletions

View File

@@ -114,4 +114,8 @@ return [
'%d records and files have been deleted' => '已删除%d条记录和文件',
'Please input correct username' => '请输入正确的用户名',
'Group Name Arr' => '分组名称数组',
'Game config weight keys cannot be modified' => '权重配置的键不可修改',
'Game config weight value must be numeric' => '权重值必须为数字',
'Game config weight each value must not exceed 100' => '每项权重不能超过100',
'Game config weight sum must equal 100' => 'default_tier_weight / default_kill_score_weight 的权重之和必须等于100',
];