From 673a7fdd759dc94bdb967244571ca1a1875656d9 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Thu, 15 Jan 2026 05:33:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E5=92=8C=E6=A8=A1=E5=9E=8B=E6=8F=90=E4=BE=9B?= =?UTF-8?q?=E8=80=85=E7=BB=84=E4=BB=B6=E7=9A=84=E5=B8=83=E5=B1=80=E4=B8=8E?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/BasicSettingsSection.vue | 205 ++++++++---------- .../components/ModelProvidersComponent.vue | 94 ++------ web/src/components/SettingsModal.vue | 17 +- 3 files changed, 126 insertions(+), 190 deletions(-) diff --git a/web/src/components/BasicSettingsSection.vue b/web/src/components/BasicSettingsSection.vue index 07025319..9f44f8d4 100644 --- a/web/src/components/BasicSettingsSection.vue +++ b/web/src/components/BasicSettingsSection.vue @@ -1,42 +1,56 @@