project.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "SmartWatch.v2-Demo",
  3. "version": "1.0.2",
  4. "entry": "watch_01",
  5. "description": "智能手表演示 Demo",
  6. "awtkRoot": "${AWTK_SDK_PATH}/awtk",
  7. "awtkMvvmRoot": "${AWTK_SDK_PATH}/awtk-mvvm",
  8. "type": "PROJECT_WIDGETS_APPLICATION",
  9. "assets": {
  10. "activedTheme": "default",
  11. "outputDir": "res",
  12. "loadFrom": "any",
  13. "const": "resource_data",
  14. "screenDPR": "x1",
  15. "defaultLanguage": "zh",
  16. "defaultCountry": "CN",
  17. "themes": {
  18. "default": {
  19. "activedSystemBar": "",
  20. "activedBottomSystemBar": "",
  21. "packaged": true,
  22. "fonts": {
  23. "default": {
  24. "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~°\n支付宝付款码请靠近读卡器广州市最后更新:风力紫外线强度相对湿体感温气压活动卡路里锻炼分钟站立目标周日一二三四五六前次当心率开始检测正在未实现小时刚结果即将关闭请保持手腕平衡明天晴朗你好啊在干嘛?多久没运了星期微未实现\n"
  25. }
  26. },
  27. "lcd": {
  28. "width": "800",
  29. "height": "480",
  30. "colorDepth": "16bit",
  31. "colorFormat": "BGR(A)"
  32. }
  33. },
  34. "res_480_272": {
  35. "activedSystemBar": "",
  36. "activedBottomSystemBar": "",
  37. "packaged": true,
  38. "fonts": {
  39. "default": {
  40. "text": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~"
  41. }
  42. },
  43. "lcd": {
  44. "width": "480",
  45. "height": "272",
  46. "colorDepth": "16bit",
  47. "colorFormat": "BGR(A)"
  48. }
  49. }
  50. },
  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. }