hexo/node_modules/hexo-theme-butterfly/scripts/events/welcome.js

14 lines
666 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
hexo.on('ready', () => {
const { version } = require('../../package.json')
hexo.log.info(`
===================================================================
##### # # ##### ##### ###### ##### ###### # # #
# # # # # # # # # # # # #
##### # # # # ##### # # ##### # #
# # # # # # # ##### # # #
# # # # # # # # # # # #
##### #### # # ###### # # # ###### #
${version}
===================================================================`)
})