(tabName)
| 1034 | |
| 1035 | // 标签页数据加载(从动画中分离出来) |
| 1036 | function triggerTabDataLoad(tabName) { |
| 1037 | if (tabName === 'manage') AppState.creds.refresh(); |
| 1038 | if (tabName === 'antigravity-manage') AppState.antigravityCreds.refresh(); |
| 1039 | if (tabName === 'config') loadConfig(); |
| 1040 | if (tabName === 'logs') connectWebSocket(); |
| 1041 | } |
| 1042 | |
| 1043 | |
| 1044 | // ===================================================================== |
no test coverage detected