awtk/project.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2020-08-16 08:25:51 +08:00
{
2020-08-16 08:50:11 +08:00
"name": "awtk-demos",
2020-08-16 08:25:51 +08:00
"entry": "main",
"assets": {
"activedTheme": "default",
"outputDir": "res",
"loadFrom": "any",
"screenDPR": "x1",
"const": "all_data",
2020-08-16 08:25:51 +08:00
"defaultLanguage": "zh",
"defaultCountry": "CN",
"themes": {
"default": {
"activedSystemBar": "system_bar",
"activedBottomSystemBar": "system_bar_b",
"packaged": true,
"fonts": {
"default": {
2020-08-16 08:50:11 +08:00
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
},
"ap": {
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
},
"default_full": {
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
},
"trado": {
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
2020-08-16 08:25:51 +08:00
}
},
"lcd": {
2020-08-16 08:50:11 +08:00
"width": "800",
2020-08-16 08:25:51 +08:00
"height": "480",
"colorDepth": "16bit",
"colorFormat": "BGR(A)"
}
}
}
},
"creator": {
"name": "AWTK Designer",
2020-09-28 17:34:24 +08:00
"version": "1.0.0"
},
"awtkRoot": "."
2020-09-21 14:51:07 +08:00
}