123456789101112131415161718192021 |
- {
- "name": "encrypt-tool",
- "version": "0.0.5",
- "description": "用于加密的插件",
- "author": "Cocos Creator",
- "main": "main.js",
- "main-menu": {
- "扩展/encrypt-tool": {
- "message": "encrypt-tool:showPanel"
- }
- },
- "panel": {
- "main": "panel/index.js",
- "type": "dockable",
- "title": "encrypt-tool",
- "width": 400,
- "height": 600,
- "min-height": 500,
- "min-width": 300
- }
- }
|