Skip to content

Commit 36d563f

Browse files
committed
🎨 优化字符画
1 parent b0cf438 commit 36d563f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

scripts/events/lib/hello.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = (hexo) => {
1616
| _| |_ | | | \\_/ |, | || \\__/ | |
1717
| |_____| [___]'.__.'_/[___]'.__.;__] |
1818
| |
19-
| 感谢使用 Fluid 主题 ! |
19+
| 感谢使用 Fluid 主题 |
2020
| 文档: https://hexo.fluid-dev.com/docs/ |
2121
| |
2222
------------------------------------------------
@@ -32,7 +32,7 @@ module.exports = (hexo) => {
3232
| _| |_ | | | \\_/ |, | || \\__/ | |
3333
| |_____| [___]'.__.'_/[___]'.__.;__] |
3434
| |
35-
| Thank you for using Fluid theme ! |
35+
| Thank you for using Fluid theme |
3636
| Docs: https://hexo.fluid-dev.com/docs/en/ |
3737
| |
3838
------------------------------------------------

source/js/events.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ Fluid.events = {
166166
}
167167
// eslint-disable-next-line no-console
168168
console.log(`
169-
------------------------------------------------
170-
| |
171-
| ________ __ _ __ |
172-
| |_ __ |[ | (_) | ] |
173-
| | |_ \\_| | | __ _ __ .--.| | |
174-
| | _| | |[ | | | [ |/ /'\`\\' | |
175-
| _| |_ | | | \\_/ |, | || \\__/ | |
176-
| |_____| [___]'.__.'_/[___]'.__.;__] |
177-
| |
178-
| Powered by Hexo x Fluid |
179-
| GitHub: https://git.io/JqpVD |
180-
| |
181-
------------------------------------------------
169+
-------------------------------------------------
170+
| |
171+
| ________ __ _ __ |
172+
| |_ __ |[ | (_) | ] |
173+
| | |_ \\_| | | __ _ __ .--.| | |
174+
| | _| | |[ | | | [ |/ /'\`\\' | |
175+
| _| |_ | | | \\_/ |, | || \\__/ | |
176+
| |_____| [___]'.__.'_/[___]'.__.;__] |
177+
| |
178+
| Powered by Hexo x Fluid |
179+
| https://github.com/fluid-dev/hexo-theme-fluid |
180+
| |
181+
-------------------------------------------------
182182
`);
183183
}
184184
};

0 commit comments

Comments
 (0)