From fd3a5a5afe253a20f7b5d29023a834819f442642 Mon Sep 17 00:00:00 2001 From: fawney19 Date: Mon, 29 Dec 2025 17:44:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8A=9F=E8=83=BD=E4=BB=8E=20ModelsTab=20?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=20KeyAllowedModelsDialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/KeyAllowedModelsDialog.vue | 45 ++++++++++++++++- .../components/provider-tabs/ModelsTab.vue | 50 +------------------ 2 files changed, 45 insertions(+), 50 deletions(-) diff --git a/frontend/src/features/providers/components/KeyAllowedModelsDialog.vue b/frontend/src/features/providers/components/KeyAllowedModelsDialog.vue index d73c882..7358cbc 100644 --- a/frontend/src/features/providers/components/KeyAllowedModelsDialog.vue +++ b/frontend/src/features/providers/components/KeyAllowedModelsDialog.vue @@ -116,6 +116,19 @@ {{ model.global_model_name }} + + + @@ -148,16 +161,17 @@