This commit is contained in:
zzc
2025-03-28 18:28:06 +08:00
commit 939c43f281
206 changed files with 30419 additions and 0 deletions

9
layouts/index.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
webpackBarName: '',
webpackBanner: '',
donationConsole() {
const chalk = require('chalk')
console.log(chalk.green('项目启动成功'))
console.log('\n')
},
}