previewConfigV2.json 594 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "1.0.0": {
  3. "LastPreviewDevice": {}
  4. },
  5. "1.0.1": {
  6. "profileList": [
  7. {
  8. "id": "P40",
  9. "deviceType": "phone",
  10. "width": 1080,
  11. "height": 2340,
  12. "shape": "rect",
  13. "dpi": 480,
  14. "orientation": "portrait",
  15. "language": "zh_CN",
  16. "colorMode": "light"
  17. },
  18. {
  19. "id": "MateX2",
  20. "deviceType": "phone",
  21. "width": 2200,
  22. "height": 2480,
  23. "shape": "rect",
  24. "dpi": 520,
  25. "orientation": "portrait",
  26. "language": "zh_CN",
  27. "colorMode": "light"
  28. }
  29. ],
  30. "runningProfileList": [
  31. "P40"
  32. ],
  33. "availableProfileList": [
  34. "MateX2"
  35. ]
  36. }
  37. }