游戏-游戏奖励权重配置

This commit is contained in:
2026-04-13 16:26:06 +08:00
parent 938d0a60aa
commit 6c94d03ddf
7 changed files with 418 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
export default {
id: 'ID',
game_channel_id: '渠道',
gamechannel__name: '渠道名',
direction: '方向',
'direction 0': '顺时针',
'direction 1': '逆时针',
grid_number: '点数',
start_index: '起始索引',
end_index: '结束索引',
ui_text: '显示文本',
real_ev: '实际中奖金额',
tier: '档位',
type: '奖励类型',
'type -2': '唯一惩罚',
'type -1': '抽水',
'type 0': '回本',
'type 1': '再来一次',
'type 2': '小赚',
'type 3': '大奖格',
remark: '备注',
weight: '权重',
create_time: '创建时间',
update_time: '修改时间',
'quick Search Fields': 'ID',
}