config 556 B

123456789101112131415161718192021222324
  1. {
  2. "main.js": {
  3. "cn.tonyandmoney.app.Instance": {
  4. "type":"app",
  5. "version": "0.0.1",
  6. "desc": "NginxUI",
  7. "icon": "icons/MyIcon_{0}.png",
  8. "title": "常用工具箱",
  9. "texts": "texts",
  10. "allowMultiInstance": false,
  11. "waterfallLoadTexts": true,
  12. "appWindow": "cn.tonyandmoney.app.NginxUI",
  13. "depend": []
  14. },
  15. "cn.tonyandmoney.app.Main": {
  16. "type": "lib",
  17. "title": "常用工具箱",
  18. "icon": "icons/MyIcon_{0}.png",
  19. "texts": "texts",
  20. "depend": [
  21. ]
  22. }
  23. }
  24. }