mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 12:13:46 +08:00
adjust console banner print styles
This commit is contained in:
@@ -95,21 +95,26 @@ const connect = () => {
|
|||||||
|
|
||||||
// 打印 banner
|
// 打印 banner
|
||||||
const banner = `
|
const banner = `
|
||||||
|
|
||||||
.oooooo. oooo .o. ooooo
|
.oooooo. oooo .o. ooooo
|
||||||
d8P' 'Y8b 888 .888. 888
|
d8P' 'Y8b 888 .888. 888
|
||||||
888 .ooooo. .ooooo. 888 oooo .8"888. 888
|
888 .ooooo. .ooooo. 888 oooo .8"888. 888
|
||||||
888 d88' 88b d88' 88b 888 .8P' .8' 888. 888
|
888 d88' 88b d88' 88b 888 .8P' .8' 888. 888
|
||||||
888 ooooo 888ooo888 888ooo888 888888. .88ooo8888. 888
|
888 ooooo 888ooo888 888ooo888 888888. .88ooo8888. 888
|
||||||
'88. .88' 888 .o 888 .o 888 88b. .8' 888. 888
|
'88. .88' 888 .o 888 .o 888 88b. .8' 888. 888
|
||||||
Y8bood8P' Y8bod8P' Y8bod8P' o888o o888o o88o o8888o o888o`;
|
Y8bood8P' Y8bod8P' Y8bod8P' o888o o888o o88o o8888o o888o
|
||||||
|
|
||||||
|
`;
|
||||||
console.log("%c" + banner + "", "color: purple;font-size: 18px;");
|
console.log("%c" + banner + "", "color: purple;font-size: 18px;");
|
||||||
|
|
||||||
console.log("%c感谢大家为 GeekAI 做出的贡献!", "color: green;font-size: 40px;font-family: '微软雅黑';");
|
console.log("%c感谢大家为 GeekAI 做出的卓越贡献!", "color: green;font-size: 40px;font-family: '微软雅黑';");
|
||||||
console.log(
|
console.log(
|
||||||
"%c项目源码:https://github.com/yangjian102621/geekai %c 您的 star 对我们非常重要!",
|
"%c项目源码:https://github.com/yangjian102621/geekai %c 您的 star 对我们非常重要!",
|
||||||
"color: green;font-size: 20px;font-family: '微软雅黑';",
|
"color: green;font-size: 20px;font-family: '微软雅黑';",
|
||||||
"color: red;font-size: 20px;font-family: '微软雅黑';"
|
"color: red;font-size: 20px;font-family: '微软雅黑';"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
console.log("%c 一曲肝肠断,天涯何处觅知音?愿你出走半生,归来仍是少年!", "color: #7c39ed;font-size: 18px;font-family: '微软雅黑';");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus">
|
<style lang="stylus">
|
||||||
|
|||||||
Reference in New Issue
Block a user