-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
48 lines (48 loc) · 1.24 KB
/
project.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
47
48
{
"name": "AwtkApplication",
"entry": "home_page",
"awtkRoot": "${AWTK_SDK_PATH}/awtk",
"awtkMvvmRoot": "${AWTK_SDK_PATH}/awtk-mvvm",
"type": "PROJECT_WIDGETS_APPLICATION",
"appTitle": "AwtkApplication",
"appExeName": "demo",
"appType": "APP_SIMULATOR",
"dependencies": {
"awtk": ">=2210"
},
"assets": {
"activedTheme": "default",
"outputDir": "res",
"loadFrom": "any",
"const": "all_data",
"screenDPR": "x1",
"defaultLanguage": "zh",
"defaultCountry": "CN",
"lcdOrientation": "0",
"lcdFastRotationMode": false,
"themes": {
"default": {
"activedSystemBar": "",
"activedBottomSystemBar": "",
"packaged": true,
"fonts": {
"default": {
"18": "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`~!@#$%^&*()-_=+[{]}|;:'\",<.>/?",
"text": "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`~!@#$%^&*()-_=+[{]}|;:'\",<.>/?",
"bpp": "8bits"
}
},
"lcd": {
"width": "320",
"height": "480",
"colorDepth": "16bit",
"colorFormat": "BGR(A)"
}
}
}
},
"creator": {
"name": "AWTK Designer",
"version": "2.2.2"
}
}