From 6d2f1c7b647249be513f7711ad24afdedbea6fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Mon, 14 Oct 2024 12:09:36 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E7=94=9F=E6=88=90=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/proxy/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/proxy/index.vue b/src/views/proxy/index.vue index c0a0e1d..3ff34c2 100644 --- a/src/views/proxy/index.vue +++ b/src/views/proxy/index.vue @@ -537,7 +537,7 @@ const handleRandomProxyName = () => { const randomIndex = Math.floor(Math.random() * characters.length); result += characters[randomIndex]; } - editForm.value.name = `df-${editForm.value.type}-${result}`.toUpperCase(); + editForm.value.name = `df_${editForm.value.type}_${result}`.toLocaleLowerCase(); }; onMounted(() => {