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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user