游戏-游戏奖励权重配置
This commit is contained in:
26
web/src/lang/backend/zh-cn/game/rewardWeight.ts
Normal file
26
web/src/lang/backend/zh-cn/game/rewardWeight.ts
Normal 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',
|
||||
}
|
||||
Reference in New Issue
Block a user