project.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "MusicPlayer.v2-Demo",
  3. "version": "1.0.3",
  4. "description": "音乐播放器演示 Demo",
  5. "entry": "home_page",
  6. "awtkRoot": "${AWTK_SDK_PATH}/awtk",
  7. "awtkMvvmRoot": "${AWTK_SDK_PATH}/awtk-mvvm",
  8. "type": "PROJECT_WIDGETS_APPLICATION",
  9. "assets": {
  10. "loadFrom": "any",
  11. "const": "resource_data",
  12. "defaultLanguage": "zh",
  13. "defaultCountry": "CN",
  14. "themes": {
  15. "default": {
  16. "activedSystemBar": "",
  17. "activedBottomSystemBar": "",
  18. "packaged": true,
  19. "fonts": {
  20. "default": {
  21. "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~"
  22. }
  23. },
  24. "lcd": {
  25. "width": "800",
  26. "height": "480",
  27. "colorDepth": "16bit",
  28. "colorFormat": "BGR(A)"
  29. }
  30. },
  31. "res_480_272": {
  32. "activedSystemBar": "",
  33. "activedBottomSystemBar": "",
  34. "packaged": true,
  35. "fonts": {
  36. "default": {
  37. "text": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~"
  38. }
  39. },
  40. "lcd": {
  41. "width": "480",
  42. "height": "272",
  43. "colorDepth": "16bit",
  44. "colorFormat": "BGR(A)"
  45. }
  46. }
  47. },
  48. "screenDPR": "x1",
  49. "activedTheme": "default",
  50. "outputDir": "res",
  51. "lcdOrientation": "0",
  52. "lcdFastRotationMode": false
  53. },
  54. "creator": {
  55. "name": "AWTK Designer",
  56. "version": "2.0.21"
  57. },
  58. "dependencies": {
  59. "awtk": ">=2112",
  60. "awtk-widget-chart-view": "^1.0.0"
  61. },
  62. "appTitle": "",
  63. "appExeName": "demo",
  64. "appType": "APP_SIMULATOR"
  65. }