opt:1、新增前端工程、2、更新烘箱

This commit is contained in:
2026-04-24 10:07:30 +08:00
parent 827b5b308c
commit 97a762e454
829 changed files with 61630 additions and 270 deletions

7
nladmin-ui/plopfile.js Normal file
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)
}