[fix]修复参数格式问题

This commit is contained in:
2026-06-12 16:41:32 +08:00
parent 66885bc889
commit 83d46fd95d
4 changed files with 37 additions and 9 deletions

View File

@@ -46,6 +46,8 @@ export default {
urlRequired: 'Please enter the game image URL',
saved: 'Settings saved',
invalidAutoAmount: 'Auto RTP Amount must be a valid JSON object',
invalidProviderDisplay: 'Provider Display must be a valid JSON array or object',
invalidCustomConfig: 'Custom Config must be a valid JSON object',
copied: 'Embed code copied',
copyFailed: 'Unable to copy the embed code',
operationSuccess: 'Operation completed',

View File

@@ -46,6 +46,8 @@ export default {
urlRequired: '请输入游戏图片 URL',
saved: '设置已保存',
invalidAutoAmount: '自动 RTP 范围必须是有效的 JSON 对象',
invalidProviderDisplay: '显示供应商必须是有效的 JSON 数组或对象',
invalidCustomConfig: '自定义配置必须是有效的 JSON 对象',
copied: '嵌入代码已复制',
copyFailed: '无法复制嵌入代码',
operationSuccess: '操作成功',