upload UI source code

This commit is contained in:
unknown
2022-06-24 17:11:23 +08:00
parent 8165dfcc7b
commit 8565e1bb59
537 changed files with 47199 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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)
}