Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
FrandreJoestar authored Aug 13, 2024
1 parent 5e38a76 commit 1380e39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ onMounted(() => {
const styleTitle1 = "font-size: 20px;font-weight: 600;color: rgb(244,167,89);";
const styleTitle2 = "font-size:12px;color: rgb(244,167,89);";
const styleContent = "color: rgb(30,152,255);";
const title1 = "無名の主页";
const title1 = "Frandreの主页";
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);
});
Expand Down

0 comments on commit 1380e39

Please sign in to comment.