| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "SmartWatch.v2-Demo",
- "version": "1.0.2",
- "entry": "watch_01",
- "description": "智能手表演示 Demo",
- "awtkRoot": "${AWTK_SDK_PATH}/awtk",
- "awtkMvvmRoot": "${AWTK_SDK_PATH}/awtk-mvvm",
- "type": "PROJECT_WIDGETS_APPLICATION",
- "assets": {
- "activedTheme": "default",
- "outputDir": "res",
- "loadFrom": "any",
- "const": "resource_data",
- "screenDPR": "x1",
- "defaultLanguage": "zh",
- "defaultCountry": "CN",
- "themes": {
- "default": {
- "activedSystemBar": "",
- "activedBottomSystemBar": "",
- "packaged": true,
- "fonts": {
- "default": {
- "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~°\n支付宝付款码请靠近读卡器广州市最后更新:风力紫外线强度相对湿体感温气压活动卡路里锻炼分钟站立目标周日一二三四五六前次当心率开始检测正在未实现小时刚结果即将关闭请保持手腕平衡明天晴朗你好啊在干嘛?多久没运了星期微未实现\n"
- }
- },
- "lcd": {
- "width": "800",
- "height": "480",
- "colorDepth": "16bit",
- "colorFormat": "BGR(A)"
- }
- },
- "res_480_272": {
- "activedSystemBar": "",
- "activedBottomSystemBar": "",
- "packaged": true,
- "fonts": {
- "default": {
- "text": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~"
- }
- },
- "lcd": {
- "width": "480",
- "height": "272",
- "colorDepth": "16bit",
- "colorFormat": "BGR(A)"
- }
- }
- },
- "lcdOrientation": "0",
- "lcdFastRotationMode": false
- },
- "creator": {
- "name": "AWTK Designer",
- "version": "2.0.21"
- },
- "dependencies": {
- "awtk": ">=2112",
- "awtk-widget-chart-view": "^1.0.0"
- },
- "appTitle": "",
- "appExeName": "demo",
- "appType": "APP_SIMULATOR"
- }
|