From 5e436ccaf1d6ae265da95d0770d4a3af6383d4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Thu, 26 Dec 2024 17:46:15 +0800 Subject: [PATCH] =?UTF-8?q?:construction:=20htts2http=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/proxy/index.vue | 128 ++++++++++++++++++++++++++++++++++++-- types/global.d.ts | 3 + 2 files changed, 126 insertions(+), 5 deletions(-) diff --git a/src/views/proxy/index.vue b/src/views/proxy/index.vue index d649aa8..6ace3d5 100644 --- a/src/views/proxy/index.vue +++ b/src/views/proxy/index.vue @@ -63,7 +63,10 @@ const defaultForm = ref({ httpUser: "", httpPassword: "", fallbackTo: "", - fallbackTimeoutMs: 500 + fallbackTimeoutMs: 500, + https2http: false, + https2httpCaFile: "", + https2httpKeyFile: "" }); /** @@ -727,7 +730,9 @@ onUnmounted(() => {
@@ -738,7 +743,9 @@ onUnmounted(() => {
@@ -749,7 +756,9 @@ onUnmounted(() => {
@@ -760,7 +769,9 @@ onUnmounted(() => {
@@ -1089,6 +1100,113 @@ onUnmounted(() => { +