opt:删除旧的acs模块

This commit is contained in:
zhangzq
2024-10-23 11:31:57 +08:00
parent 8eaf155dd6
commit ec85796a21
1493 changed files with 0 additions and 169498 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)
}