feat: 调整UI/RTC逻辑

This commit is contained in:
MatrixSeven
2025-08-04 21:35:50 +08:00
parent 324408f6b2
commit ef02e88ee9
22 changed files with 1042 additions and 285 deletions

View File

@@ -3,7 +3,7 @@
* 用于在静态导出模式下直接与 Go 后端通信
*/
import { config, getApiUrl, getDirectBackendUrl } from './config';
import { config } from './config';
interface ApiResponse {
success: boolean;