feat: 添加批处理设置功能
- 新增 batchSetting.js 文件,实现批量生成配置的功能 - 在 .gitignore 中添加 dist/ 目录,避免生成的文件被提交到仓库
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ package-lock.json
|
||||
/node_modules/
|
||||
config.xml
|
||||
/dist.zip
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user