[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',