first commit

This commit is contained in:
编码猿
2024-09-27 00:58:46 +08:00
commit 92916abf8f
156 changed files with 19331 additions and 0 deletions

13
Vue3TCli/bin/tsvue-about Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env node
const config = require('../package');
const chalk = require('chalk');
console.log();
console.log(
chalk.green(
` 作者: ${config.git.auto}\n QQ: 2271608011@qq.com \n 邮箱: 2271608011@qq.com\n 微信: cxy-monkey\n Github: https://github.com/helpcode/`
)
);
console.log();
process.exit();