mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name":"demoui",
|
|
"version":"1.0",
|
|
"assets" : "assets",
|
|
"web": {
|
|
"app_type":"c",
|
|
"sources":["demo_ui_app.c"],
|
|
"config" : {
|
|
"fontScale":"0.8",
|
|
"defaultFont":"sans"
|
|
}
|
|
},
|
|
"android" : {
|
|
"app_name":"org.zlgopen.demoui",
|
|
"sources":["assets.c", "assets.h", "demo_main.c", "demo_ui_app.c", "vg_common.inc"]
|
|
}
|
|
}
|