From c73b030be8e90f7b0fbf87ac8a012e2235353698 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A7=8B=E7=94=B0=E5=BC=98?= <1240092443@qq.com>
Date: Mon, 13 Jan 2025 16:35:30 +0800
Subject: [PATCH] add:frpc
---
frontend/src/components/setting/FrpcEdit.vue | 143 +++++++++++++------
frontend/src/stores/proxy.ts | 2 +-
2 files changed, 100 insertions(+), 45 deletions(-)
diff --git a/frontend/src/components/setting/FrpcEdit.vue b/frontend/src/components/setting/FrpcEdit.vue
index cc3b562..0023794 100644
--- a/frontend/src/components/setting/FrpcEdit.vue
+++ b/frontend/src/components/setting/FrpcEdit.vue
@@ -1,9 +1,10 @@
@@ -183,7 +230,6 @@
proxyStore.proxyData.type === 'https'
"
label="自定义域名:"
- prop="customDomain"
>
@@ -278,28 +324,37 @@
/>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
{
const proxies = ref([]);
- const customDomains = ref([]);
+ const customDomains = ref([""]);
const proxyData = ref(createNewProxyData());
const apiUrl = getSystemKey("apiUrl")
const isEditor = ref(false)