-
Notifications
You must be signed in to change notification settings - Fork 771
/
build.json
46 lines (46 loc) · 906 Bytes
/
build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "demoui",
"version": "1.0",
"assets": "res/assets",
"vendor": "zlgopen",
"app_name": "org.zlgopen.demoui",
"author": "[email protected]",
"copyright": "Guangzhou ZHIYUAN Electronics Co.,Ltd.",
"themes":["default", "dark"],
"sources": [
"demos/assets.c",
"demos/vg_common.inc",
"demos/demo_ui_app.c",
"res/assets.inc",
"res/assets/__assets_dark.inc",
"res/assets/__assets_default.inc"
],
"web": {
"app_type": "c",
"assets": "design",
"config": {
"fontScale": "0.8",
"defaultFont": "sans"
}
},
"harmonyos": {
"icon": "design/default/images/xx/awtk_icon.png",
"title": {
"en_US": "DemoUI",
"zh_CN": "控件演示"
},
"config": {
"defaultFont": "default_full"
},
"sources": [
]
},
"android": {
"sources": [
]
},
"ios": {
"sources": [
]
}
}