Update App.vue

This commit is contained in:
SunXa 2024-05-03 14:30:23 +08:00 committed by GitHub
parent 5ca8571114
commit 28e2f63180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,14 +103,8 @@ onMounted(() => {
getWidth(); getWidth();
window.addEventListener("resize", getWidth); window.addEventListener("resize", getWidth);
// // "SdSjm"
const styleTitle1 = "font-size: 20px;font-weight: 600;color: rgb(244,167,89);"; console.info("SdSjm的主页");
const styleTitle2 = "font-size:12px;color: rgb(244,167,89);";
const styleContent = "color: rgb(30,152,255);";
const title1 = "無名の主页";
const title2 = ``;
const content = `\n\n版本: ${config.version}\n主页: ${config.home}\nGithub: ${config.github}`;
console.info(`%c${title1} %c${title2} %c${content}`, styleTitle1, styleTitle2, styleContent);
}); });
onBeforeUnmount(() => { onBeforeUnmount(() => {