From 74bdcae836c124bc82a68c02c05d8e1b421f49d5 Mon Sep 17 00:00:00 2001 From: kyx236 Date: Sat, 31 Jan 2026 01:02:45 +0800 Subject: [PATCH] feat: Add automated OpenAI account registration and Codex refresh token acquisition, and introduce a new S2A configuration page. --- frontend/src/pages/S2AConfig.tsx | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/src/pages/S2AConfig.tsx b/frontend/src/pages/S2AConfig.tsx index 2be7265..38efe5f 100644 --- a/frontend/src/pages/S2AConfig.tsx +++ b/frontend/src/pages/S2AConfig.tsx @@ -268,20 +268,24 @@ export default function S2AConfig() { 未设置分组 )} -
- setNewGroupId(e.target.value)} - onKeyDown={(e) => e.key === 'Enter' && handleAddGroupId()} - /> +
+
+ setNewGroupId(e.target.value)} + onKeyDown={(e) => e.key === 'Enter' && handleAddGroupId()} + className="h-10" + /> +