Update App.vue

This commit is contained in:
hwxlikemi 2025-01-26 20:02:58 +08:00 committed by GitHub
parent edab2c0c83
commit 100d1b3f40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,11 +110,13 @@ 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 = `
| | | | (_) | | (_)
| |__ __ __ __ __ | | _ | | __ ___ _ __ ___ _
| | '_ \ \ \ /\ / / \ \/ / | | | | | |/ / / _ \ | '_ \`| | |
| | | | \ V V / > < | | | | | < | __/ | | | | | | | |
|_| |_| \_/\_/ /_/\_\ |_| |_| |_|\_\ \___| |_| |_| |_| |_|
`;
const content = `\n\n版本: ${config.version}\n主页: ${config.home}\nGithub: ${config.github}`;
console.info(`%c${title1} %c${title2} %c${content}`, styleTitle1, styleTitle2, styleContent);
});