| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "Meter.v2-Demo",
- "version": "1.0.2",
- "description": "普通工业仪表演示 Demo",
- "entry": "home_page",
- "awtkRoot": "${AWTK_SDK_PATH}/awtk",
- "awtkMvvmRoot": "${AWTK_SDK_PATH}/awtk-mvvm",
- "type": "PROJECT_WIDGETS_APPLICATION",
- "assets": {
- "loadFrom": "any",
- "const": "resource_data",
- "defaultLanguage": "zh",
- "defaultCountry": "CN",
- "themes": {
- "default": {
- "activedSystemBar": "",
- "activedBottomSystemBar": "",
- "packaged": true,
- "fonts": {
- "default": {
- "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~仪表演示"
- }
- },
- "lcd": {
- "width": "800",
- "height": "480",
- "colorDepth": "16bit",
- "colorFormat": "BGR(A)"
- }
- },
- "res_480_272": {
- "activedSystemBar": "",
- "activedBottomSystemBar": "",
- "packaged": true,
- "fonts": {
- "default": {
- "text": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~"
- }
- },
- "lcd": {
- "width": "480",
- "height": "272",
- "colorDepth": "16bit",
- "colorFormat": "BGR(A)"
- }
- }
- },
- "screenDPR": "x1",
- "activedTheme": "default",
- "outputDir": "res",
- "lcdOrientation": "0",
- "lcdFastRotationMode": false
- },
- "creator": {
- "name": "AWTK Designer",
- "version": "2.0.21"
- },
- "dependencies": {
- "awtk": ">=2112"
- },
- "appTitle": "",
- "appExeName": "demo",
- "appType": "APP_SIMULATOR"
- }
|