Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/user_apps/awtk-demo-chart/project.json
2025-09-30 11:56:06 +08:00

67 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Chart.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": {
"activedTheme": "default",
"outputDir": "res",
"loadFrom": "any",
"const": "bitmap_data",
"screenDPR": "x1",
"defaultLanguage": "zh",
"defaultCountry": "CN",
"themes": {
"default": {
"activedSystemBar": "system_bar",
"activedBottomSystemBar": "",
"packaged": true,
"fonts": {
"default": {
"18": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~",
"text": "功能演示周四五六日主柱状曲线饼图切换到仪表界面!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~,。?! \n"
}
},
"lcd": {
"width": "800",
"height": "480",
"colorDepth": "16bit",
"colorFormat": "BGR(A)"
}
},
"res_480_272": {
"activedSystemBar": "system_bar",
"activedBottomSystemBar": "",
"packaged": true,
"fonts": {
"default": {
"18": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~",
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
}
},
"lcd": {
"width": "480",
"height": "272",
"colorDepth": "16bit",
"colorFormat": "BGR(A)"
}
}
},
"lcdOrientation": "0",
"lcdFastRotationMode": false
},
"creator": {
"name": "AWTK Designer",
"version": "2.0.21"
},
"dependencies": {
"awtk": ">=2112",
"awtk-widget-chart-view": "^1.0.0"
},
"appTitle": "awtk",
"appExeName": "demo",
"appType": "APP_SIMULATOR"
}