[update]GameRtp页面接入后端

This commit is contained in:
2026-06-12 15:16:54 +08:00
parent 4a6f5501ba
commit afdab0792e
4 changed files with 315 additions and 60 deletions

View File

@@ -45,6 +45,7 @@ export default {
nameRequired: 'Please enter the game name',
urlRequired: 'Please enter the game image URL',
saved: 'Settings saved',
invalidAutoAmount: 'Auto RTP Amount must be a valid JSON object',
copied: 'Embed code copied',
copyFailed: 'Unable to copy the embed code',
operationSuccess: 'Operation completed',

View File

@@ -45,6 +45,7 @@ export default {
nameRequired: '请输入游戏名称',
urlRequired: '请输入游戏图片 URL',
saved: '设置已保存',
invalidAutoAmount: '自动 RTP 范围必须是有效的 JSON 对象',
copied: '嵌入代码已复制',
copyFailed: '无法复制嵌入代码',
operationSuccess: '操作成功',