删除旧版本

This commit is contained in:
zds
2025-05-19 16:22:14 +08:00
parent 12be1343fa
commit fc0bfb745e
2234 changed files with 0 additions and 271043 deletions

View File

@@ -1,7 +0,0 @@
const viewGenerator = require('./plop-templates/view/prompt')
const componentGenerator = require('./plop-templates/component/prompt')
module.exports = function(plop) {
plop.setGenerator('view', viewGenerator)
plop.setGenerator('component', componentGenerator)
}