mirror of
https://github.com/imsyy/home.git
synced 2025-05-21 05:30:13 +09:00
Update App.vue
This commit is contained in:
parent
5d6c9b142b
commit
69a517b8cf
@ -110,13 +110,7 @@ onMounted(() => {
|
|||||||
const styleTitle2 = "font-size:12px;color: rgb(244,167,89);";
|
const styleTitle2 = "font-size:12px;color: rgb(244,167,89);";
|
||||||
const styleContent = "color: rgb(30,152,255);";
|
const styleContent = "color: rgb(30,152,255);";
|
||||||
const title1 = "hwxlikemiの主页";
|
const title1 = "hwxlikemiの主页";
|
||||||
const title2 = `
|
const title2 = `home.hwxlikemi.ip-ddns.com`;
|
||||||
_ _ _ _ _
|
|
||||||
| | | | (_) | | (_)
|
|
||||||
| |__ __ __ __ __ | | _ | | __ ___ _ __ ___ _
|
|
||||||
| '_ \ \ \ /\ / / \ \/ / | | | | | |/ / / _ \ | '_ ` _ \ | |
|
|
||||||
| | | | \ V V / > < | | | | | < | __/ | | | | | | | |
|
|
||||||
|_| |_| \_/\_/ /_/\_\ |_| |_| |_|\_\ \___| |_| |_| |_| |_|`;
|
|
||||||
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);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user