12345678910111213141516171819202122232425 |
- {
- "NginxUI.js": {
- "cn.tonyandmoney.app.Instance.NginxUI": {
- "type":"app",
- "version": "0.0.1",
- "desc": "NginxUI",
- "icon": "icons/MyIcon_{0}.png",
- "title": "NginxUI",
- "texts": "texts",
- "allowMultiInstance": false,
- "waterfallLoadTexts": true,
- "appWindow": "cn.tonyandmoney.app.NginxUI",
- "depend": [],
- "allUsers": true
- },
- "cn.tonyandmoney.app.NginxUI": {
- "type": "lib",
- "title": "NginxUI",
- "icon": "icons/MyIcon_{0}.png",
- "texts": "texts",
- "depend": [
- ]
- }
- }
- }
|