From 69a517b8cf492c395b80963b87a1302f88ab177c Mon Sep 17 00:00:00 2001 From: hwxlikemi <159146868+hwxlikemi@users.noreply.github.com> Date: Sun, 26 Jan 2025 19:16:01 +0800 Subject: [PATCH] Update App.vue --- src/App.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4cfd922..ccc894d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -110,13 +110,7 @@ onMounted(() => { const styleTitle2 = "font-size:12px;color: rgb(244,167,89);"; const styleContent = "color: rgb(30,152,255);"; const title1 = "hwxlikemiの主页"; - const title2 = ` - _ _ _ _ _ - | | | | (_) | | (_) - | |__ __ __ __ __ | | _ | | __ ___ _ __ ___ _ - | '_ \ \ \ /\ / / \ \/ / | | | | | |/ / / _ \ | '_ ` _ \ | | - | | | | \ V V / > < | | | | | < | __/ | | | | | | | | - |_| |_| \_/\_/ /_/\_\ |_| |_| |_|\_\ \___| |_| |_| |_| |_|`; + const title2 = `home.hwxlikemi.ip-ddns.com`; const content = `\n\n版本: ${config.version}\n主页: ${config.home}\nGithub: ${config.github}`; console.info(`%c${title1} %c${title2} %c${content}`, styleTitle1, styleTitle2, styleContent); });