mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
14 lines
679 B
JavaScript
14 lines
679 B
JavaScript
hexo.on('ready', () => {
|
|
const { version } = require('../../package.json')
|
|
hexo.log.info(`
|
|
===================================================================
|
|
##### # # ##### ##### ###### ##### ###### # # #
|
|
# # # # # # # # # # # # #
|
|
##### # # # # ##### # # ##### # #
|
|
# # # # # # # ##### # # #
|
|
# # # # # # # # # # # #
|
|
##### #### # # ###### # # # ###### #
|
|
${version}
|
|
===================================================================`)
|
|
})
|