-
Notifications
You must be signed in to change notification settings - Fork 27
/
project.json
58 lines (58 loc) · 1.83 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
49
50
51
52
53
54
55
56
57
58
{
"name": "awtk-mvvm",
"version": "1.0.0",
"date": "2020-07-20",
"team": "AWTK Develop Team",
"author": "Li XianJing <xianjimli@hotmail.com>",
"desc": "AWTK-MVVM 是用 C 语言开发的,支持各种脚本语言的 MVVM 框架,实现了数据绑定、命令绑定和窗口导航等基本功能;使用 AWTK-MVVM 开发应用程序,可以无需学习 AWTK 本身的 API,只需学习绑定规则和 Model 的实现方式即可。",
"copyright": "Guangzhou ZHIYUAN Electronics Co.,Ltd.",
"entry": "main",
"assets": {
"activedTheme": "default",
"outputDir": "res",
"loadFrom": "any",
"const": "resource_data",
"screenDPR": "x1",
"defaultLanguage": "zh",
"defaultCountry": "CN",
"themes": {
"default": {
"activedSystemBar": "system_bar",
"activedBottomSystemBar": "system_bar_b",
"packaged": true,
"fonts": {
"default": {
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~,。?!确定取消"
},
"ap": {
"text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
}
},
"lcd": {
"width": "480",
"height": "640",
"colorDepth": "16bit",
"colorFormat": "BGR(A)"
}
},
"dark": {
"activedSystemBar": "system_bar",
"activedBottomSystemBar": "system_bar_b",
"packaged": true,
"fonts": {},
"lcd": {
"width": "480",
"height": "640",
"colorDepth": "16bit",
"colorFormat": "BGR(A)"
}
}
}
},
"creator": {
"name": "AWTK Designer",
"version": "1.0.0"
},
"awtkRoot": "${AWTK_SDK_PATH}/awtk",
"type": "PROJECT_WIDGETS_APPLICATION"
}