| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "MusicPlayer.v2-Demo",
- "version": "1.0.3",
- "description": "音乐播放器演示 Demo",
- "entry": "home_page",
- "awtkRoot": "${AWTK_SDK_PATH}/awtk",
- "awtkMvvmRoot": "${AWTK_SDK_PATH}/awtk-mvvm",
- "type": "PROJECT_WIDGETS_APPLICATION",
- "assets": {
- "loadFrom": "any",
- "const": "resource_data",
- "defaultLanguage": "zh",
- "defaultCountry": "CN",
- "themes": {
- "default": {
- "activedSystemBar": "",
- "activedBottomSystemBar": "",
- "packaged": true,
- "fonts": {
- "default": {
- "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~"
- }
- },
- "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)"
- }
- }
- },
- "screenDPR": "x1",
- "activedTheme": "default",
- "outputDir": "res",
- "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"
- }
|