project.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "chart_view",
  3. "version": "1.0.0",
  4. "date": "2021-07-01",
  5. "team": "AWTK Develop Team",
  6. "author": "Tang JunJie <tangjunjie@zlg.cn>",
  7. "desc": "图表控件,包含:曲线图、柱状图和饼图。",
  8. "copyright": "Guangzhou ZHIYUAN Electronics Co.,Ltd.",
  9. "type": "PROJECT_CUSTOM_WIDGET",
  10. "entry": "home_page",
  11. "assets": {
  12. "activedTheme": "default",
  13. "outputDir": "res",
  14. "loadFrom": "any",
  15. "const": "resource_data",
  16. "screenDPR": "x1",
  17. "defaultLanguage": "zh",
  18. "defaultCountry": "CN",
  19. "themes": {
  20. "default": {
  21. "activedSystemBar": "system_bar",
  22. "activedBottomSystemBar": "system_bar_b",
  23. "packaged": true,
  24. "fonts": {
  25. "default": {
  26. "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
  27. }
  28. },
  29. "lcd": {
  30. "width": "800",
  31. "height": "480",
  32. "colorDepth": "16bit",
  33. "colorFormat": "BGR(A)"
  34. }
  35. }
  36. }
  37. },
  38. "creator": {
  39. "name": "AWTK Designer",
  40. "version": "2.0.21"
  41. },
  42. "awtkRoot": "${AWTK_SDK_PATH}/awtk",
  43. "dependencies": {
  44. "awtk": ">=2112"
  45. }
  46. }