From b31edb5f8ce081b24219a0d5069fff1b0a34631e Mon Sep 17 00:00:00 2001 From: xlsea Date: Wed, 23 Apr 2025 17:43:10 +0800 Subject: [PATCH] =?UTF-8?q?stytle:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- build/config/proxy.ts | 2 +- src/layouts/modules/global-footer/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index bdcc5383..ace0741d 100644 --- a/.env +++ b/.env @@ -47,7 +47,7 @@ VITE_STATIC_SUPER_ROLE=R_SUPER VITE_SOURCE_MAP=N # Used to differentiate storage across different domains -VITE_STORAGE_PREFIX=ry_ +VITE_STORAGE_PREFIX=RY_ # used to control whether the program automatically detects updates VITE_AUTOMATICALLY_DETECT_UPDATE=Y diff --git a/build/config/proxy.ts b/build/config/proxy.ts index 255e1e46..f60b04b6 100644 --- a/build/config/proxy.ts +++ b/build/config/proxy.ts @@ -42,7 +42,7 @@ function createProxyItem(item: App.Service.ServiceConfigItem, enableLog: boolean const proxyUrl = `${lightBlue('[real request url]')}: ${green(`${options.target}${req.url}`)}`; - consola.log(`${requestUrl}\n${proxyUrl}`); + consola.log(`\n${requestUrl}\n${proxyUrl}`); }); _proxy.on('error', (_err, req, _res) => { if (!enableLog) return; diff --git a/src/layouts/modules/global-footer/index.vue b/src/layouts/modules/global-footer/index.vue index 7087c90c..69403b3a 100644 --- a/src/layouts/modules/global-footer/index.vue +++ b/src/layouts/modules/global-footer/index.vue @@ -6,7 +6,7 @@ defineOptions({