1.优化游戏记录审核

2.优化游戏配置页面
3.备份数据库
This commit is contained in:
2026-04-29 10:10:50 +08:00
parent ba4ece422a
commit e47857fcf2
8 changed files with 1607 additions and 117 deletions

View File

@@ -1,5 +1,25 @@
export default {
'quick Search Fields': 'ID / Key / Remark',
'form tab label': 'Game config',
'save success': 'Saved successfully',
'field period_auto_create_enabled': 'Auto create next period',
'field_tip period_auto_create_enabled': 'Whether to automatically create the next period',
'field period_manual_create_enabled': 'Manual create next period',
'field_tip period_manual_create_enabled': 'Whether manual creation of the next period is allowed',
'field period_seconds': 'Period duration (seconds)',
'field_tip period_seconds': 'Duration of each period in seconds',
'field bet_seconds': 'Betting duration (seconds)',
'field_tip bet_seconds': 'How many seconds betting stays open in each period',
'field pick_max_number_count': 'Max numbers per ticket',
'field_tip pick_max_number_count': 'Maximum amount of selectable numbers per ticket',
'field min_bet_per_number': 'Min bet per number',
'field_tip min_bet_per_number': 'Minimum bet amount per selected number',
'field max_bet_per_number': 'Max bet per number',
'field_tip max_bet_per_number': 'Maximum bet amount per selected number',
'field withdraw_bet_flow_ratio': 'Withdraw flow ratio',
'field_tip withdraw_bet_flow_ratio': 'Required betting flow ratio before withdrawal',
'field jackpot_max_amount': 'Jackpot review threshold',
'field_tip jackpot_max_amount': 'Winning amount threshold that requires manual jackpot review',
id: 'ID',
config_key: 'Config key',
config_value: 'Value',

View File

@@ -17,7 +17,7 @@ export default {
'status 1': 'Pending draw',
'status 2': 'Settled',
'status 3': 'Refunded',
'status 4': 'Returned',
'status 4': 'Returned (review rejected)',
'status 5': 'Pending review',
review_title: 'Win review',
review_open: 'Review',

View File

@@ -1,5 +1,25 @@
export default {
'quick Search Fields': 'ID/参数键/说明',
'form tab label': '游戏参数配置',
'save success': '保存成功',
'field period_auto_create_enabled': '自动创建下一期开关',
'field_tip period_auto_create_enabled': '是否允许自动创建下一期',
'field period_manual_create_enabled': '手动创建下一期开关',
'field_tip period_manual_create_enabled': '是否允许手动创建下一期',
'field period_seconds': '每期时长(秒)',
'field_tip period_seconds': '每一局的总时长(秒)',
'field bet_seconds': '下注时长(秒)',
'field_tip bet_seconds': '每一局允许下注的时长(秒)',
'field pick_max_number_count': '单注最多号码个数',
'field_tip pick_max_number_count': '单注最多可选号码数量',
'field min_bet_per_number': '单号最小下注额',
'field_tip min_bet_per_number': '每个号码允许的最小下注金额',
'field max_bet_per_number': '单号最大下注额',
'field_tip max_bet_per_number': '每个号码允许的最大下注金额',
'field withdraw_bet_flow_ratio': '提现所需流水倍数',
'field_tip withdraw_bet_flow_ratio': '提现前所需完成的投注流水倍数',
'field jackpot_max_amount': '大奖审核阈值',
'field_tip jackpot_max_amount': '达到该中奖金额后需要进入大奖审核流程',
id: 'ID',
config_key: '参数键',
config_value: '参数值',

View File

@@ -17,7 +17,7 @@ export default {
'status 1': '待开奖',
'status 2': '已结算',
'status 3': '已退款',
'status 4': '已退回',
'status 4': '已退回·拒审',
'status 5': '待审核',
review_title: '中奖审核',
review_open: '审核',