fix theme...
This commit is contained in:
15
themes/anzhiyu/scripts/events/welcome.js
Normal file
15
themes/anzhiyu/scripts/events/welcome.js
Normal file
@@ -0,0 +1,15 @@
|
||||
hexo.on("ready", () => {
|
||||
const { version } = require("../../package.json");
|
||||
hexo.log.info(`
|
||||
===================================================================
|
||||
|
||||
█████╗ ███╗ ██╗███████╗██╗ ██╗██╗██╗ ██╗██╗ ██╗
|
||||
██╔══██╗████╗ ██║╚══███╔╝██║ ██║██║╚██╗ ██╔╝██║ ██║
|
||||
███████║██╔██╗ ██║ ███╔╝ ███████║██║ ╚████╔╝ ██║ ██║
|
||||
██╔══██║██║╚██╗██║ ███╔╝ ██╔══██║██║ ╚██╔╝ ██║ ██║
|
||||
██║ ██║██║ ╚████║███████╗██║ ██║██║ ██║ ╚██████╔╝
|
||||
╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
|
||||
|
||||
${version}
|
||||
===================================================================`);
|
||||
});
|
||||
Reference in New Issue
Block a user