Update App.vue

This commit is contained in:
hwxlikemi 2025-01-26 19:11:15 +08:00 committed by GitHub
parent 5af2c99034
commit 5d6c9b142b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,9 +116,7 @@ onMounted(() => {
| |__ __ __ __ __ | | _ | | __ ___ _ __ ___ _
| '_ \ \ \ /\ / / \ \/ / | | | | | |/ / / _ \ | '_ ` _ \ | |
| | | | \ 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);
});