From 74a729398ccbf3b6ca2c06951d12a1f3c2a9941c Mon Sep 17 00:00:00 2001 From: tbphp Date: Sat, 26 Jul 2025 22:38:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=86=E7=BB=84=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=AF=86=E9=92=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/common/ProxyKeysInput.vue | 183 +++++++++++++++++++ web/src/components/keys/GroupFormModal.vue | 6 +- web/src/views/Settings.vue | 154 +--------------- 3 files changed, 196 insertions(+), 147 deletions(-) create mode 100644 web/src/components/common/ProxyKeysInput.vue diff --git a/web/src/components/common/ProxyKeysInput.vue b/web/src/components/common/ProxyKeysInput.vue new file mode 100644 index 0000000..7952a3c --- /dev/null +++ b/web/src/components/common/ProxyKeysInput.vue @@ -0,0 +1,183 @@ + + + + + diff --git a/web/src/components/keys/GroupFormModal.vue b/web/src/components/keys/GroupFormModal.vue index bd93092..1b60c53 100644 --- a/web/src/components/keys/GroupFormModal.vue +++ b/web/src/components/keys/GroupFormModal.vue @@ -1,6 +1,7 @@