package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ccc-quick-add-component",
  3. "version": "1.1.0.20210927",
  4. "description": "快速搜索并添加组件到节点上...",
  5. "author": {
  6. "name": "陈皮皮 (ifaswind)",
  7. "email": "952157129@qq.com",
  8. "url": "https://chenpipi.cn",
  9. "wechat": "im_chenpipi",
  10. "git-home": "https://gitee.com/ifaswind",
  11. "official-account": "公众号「菜鸟小栈」"
  12. },
  13. "repository": "https://gitee.com/ifaswind/ccc-quick-add-component",
  14. "license": "MIT",
  15. "main": "src/main/index.js",
  16. "scene-script": "src/main/scene.js",
  17. "main-menu": {
  18. "i18n:MAIN_MENU.package.title/i18n:ccc-quick-add-component.name/i18n:ccc-quick-add-component.search": {
  19. "message": "ccc-quick-add-component:open-search-bar",
  20. "icon": "/images/search.png",
  21. "accelerator": "F3"
  22. },
  23. "i18n:MAIN_MENU.package.title/i18n:ccc-quick-add-component.name/i18n:ccc-quick-add-component.settings": {
  24. "message": "ccc-quick-add-component:open-settings-panel",
  25. "icon": "/images/settings.png"
  26. },
  27. "i18n:MAIN_MENU.package.title/i18n:ccc-quick-add-component.name/i18n:ccc-quick-add-component.checkUpdate": {
  28. "message": "ccc-quick-add-component:menu-check-update",
  29. "icon": "/images/update.png"
  30. },
  31. "i18n:MAIN_MENU.package.title/i18n:ccc-quick-add-component.name/v1.1.0.20210927": {
  32. "message": "ccc-quick-add-component:menu-version",
  33. "icon": "/images/version.png"
  34. }
  35. }
  36. }