123456789101112131415161718192021222324 |
- {
- "main.js": {
- "cn.tonyandmoney.app.Instance": {
- "type":"app",
- "version": "0.0.1",
- "desc": "NginxUI",
- "icon": "icons/MyIcon_{0}.png",
- "title": "常用工具箱",
- "texts": "texts",
- "allowMultiInstance": false,
- "waterfallLoadTexts": true,
- "appWindow": "cn.tonyandmoney.app.NginxUI",
- "depend": []
- },
- "cn.tonyandmoney.app.Main": {
- "type": "lib",
- "title": "常用工具箱",
- "icon": "icons/MyIcon_{0}.png",
- "texts": "texts",
- "depend": [
- ]
- }
- }
- }
|