12345678910111213141516171819 |
- {
- "name": "selection-resources",
- "version": "0.0.1",
- "description": "遍历不同版本路径下文件,比对MD5差异,把不同的文件拷贝到生成资源目录下",
- "author": "liruiyu",
- "main": "main.js",
- "main-menu": {
- "扩展/挑选资源": {
- "message": "selection-resources:open-panel"
- }
- },
- "panel": {
- "main": "panel/index.js",
- "type": "dockable",
- "title": "selection-resources",
- "width": 500,
- "height": 600
- }
- }
|