1.新增商城参数配置菜单-管理兑换比例
This commit is contained in:
8
web/src/lang/backend/en/mall/playxConfig.ts
Normal file
8
web/src/lang/backend/en/mall/playxConfig.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
return_ratio: 'Return ratio (return_ratio)',
|
||||
return_ratio_tip: 'In daily push, when yesterday net win/loss is negative: locked increment = |net| × this ratio.',
|
||||
unlock_ratio: 'Unlock ratio (unlock_ratio)',
|
||||
unlock_ratio_tip: 'In daily push: daily claim cap = yesterday total deposit × this ratio.',
|
||||
points_to_cash_ratio: 'Points to cash ratio',
|
||||
points_to_cash_ratio_tip: 'For withdrawable cash display: cash ≈ available points × this ratio.',
|
||||
}
|
||||
Reference in New Issue
Block a user