1.修复自动创建下一期bug

This commit is contained in:
2026-05-26 18:30:19 +08:00
parent bdd66f7bd9
commit bb5ef82d49
7 changed files with 169 additions and 69 deletions

View File

@@ -18,7 +18,8 @@ export default {
push_connected: 'Realtime connection established',
push_disconnected: 'Polling mode enabled (push removed)',
ws_connected: 'Connected to real-time match',
ws_disconnected: 'Service unavailable, please check backend service',
ws_disconnected: 'Realtime push disconnected, using polling',
snapshot_load_failed: 'Failed to load match snapshot, please retry',
ws_panel_title: 'Admin WebSocket (vs. mobile lightweight stream)',
ws_reload_config: 'Load WS config',
ws_connect: 'Connect WS',