previewConfigV2.json 869 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "1.0.0": {
  3. "LastPreviewDevice": {}
  4. },
  5. "1.0.1": {
  6. "profileList": [
  7. {
  8. "id": "LiteWearable",
  9. "deviceType": "liteWearable",
  10. "width": 454,
  11. "height": 454,
  12. "shape": "circle",
  13. "dpi": 160,
  14. "orientation": "landscape",
  15. "language": "zh_CN",
  16. "colorMode": "light"
  17. },
  18. {
  19. "id": "SmartVision",
  20. "deviceType": "smartVision",
  21. "width": 960,
  22. "height": 480,
  23. "shape": "rect",
  24. "dpi": 160,
  25. "orientation": "landscape",
  26. "language": "zh_CN",
  27. "colorMode": "light"
  28. },
  29. {
  30. "id": "Bes2600",
  31. "deviceType": "smartVision",
  32. "width": 480,
  33. "height": 480,
  34. "shape": "rect",
  35. "dpi": 160,
  36. "orientation": "portrait",
  37. "language": "zh_CN",
  38. "colorMode": "light"
  39. }
  40. ],
  41. "runningProfileList": [
  42. "Bes2600"
  43. ],
  44. "availableProfileList": [
  45. "LiteWearable",
  46. "SmartVision"
  47. ]
  48. }
  49. }