feat: Implement initial Codex Pool backend server with comprehensive APIs for configuration, S2A integration, owner management, batch processing, monitoring, and corresponding frontend pages.

This commit is contained in:
2026-02-01 03:45:53 +08:00
parent 8560a33f36
commit e27e36b0e0
8 changed files with 297 additions and 31 deletions

View File

@@ -46,6 +46,10 @@ export function ConfigProvider({ children }: { children: ReactNode }) {
priority: serverConfig.priority || 0,
groupIds: serverConfig.group_ids || [],
},
proxy: {
default: serverConfig.default_proxy || '',
enabled: serverConfig.proxy_enabled || false,
},
}))
// 更新站点名称
if (serverConfig.site_name) {