Update App.vue

This commit is contained in:
hwxlikemi 2025-01-26 19:44:43 +08:00 committed by GitHub
parent 8523a86eac
commit f68e1c507d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,10 +111,11 @@ onMounted(() => {
const styleContent = "color: rgb(30,152,255);"; const styleContent = "color: rgb(30,152,255);";
const title1 = "hwxlikemiの主页"; const title1 = "hwxlikemiの主页";
const title2 = " const title2 = "
__ __ _ __ _ h l k
/ / _ ____ __ / /(_)/ /__ ___ __ _ (_) h liik k ii
/ _ \| |/|/ /\ \ // // // _// -_)/ \ / / hhh w wx xl kk eeemmmm
/_//_/|____//_\_\/_//_//_/\_\ \__//_/_/_//_/ "; h hw w w x liik k e em m mii
h h w w x xliik kee m m mii";
const content = `\n\n版本: ${config.version}\n主页: ${config.home}\nGithub: ${config.github}`; const content = `\n\n版本: ${config.version}\n主页: ${config.home}\nGithub: ${config.github}`;
console.info(`%c${title1} %c${title2} %c${content}`, styleTitle1, styleTitle2, styleContent); console.info(`%c${title1} %c${title2} %c${content}`, styleTitle1, styleTitle2, styleContent);
}); });