{ "forms": [ { "name": "PlayerWidgetSmall", "description": "小尺寸播放器卡片", "src": "./ets/widget/pages/PlayerWidgetSmall.ets", "uiSyntax": "arkts", "window": { "designWidth": 720, "autoDesignWidth": true }, "colorMode": "auto", "isDefault": true, "updateEnabled": true, "scheduledUpdateTime": "10:30", "updateDuration": 1, "defaultDimension": "1*2", "supportDimensions": [ "1*2" ] }, { "name": "PlayerWidgetMedium", "description": "中等尺寸播放器卡片", "src": "./ets/widget/pages/PlayerWidgetMedium.ets", "uiSyntax": "arkts", "window": { "designWidth": 720, "autoDesignWidth": true }, "colorMode": "auto", "isDefault": false, "updateEnabled": true, "scheduledUpdateTime": "10:30", "updateDuration": 1, "defaultDimension": "2*4", "supportDimensions": [ "2*4" ] }, { "name": "PlayerWidgetLarge", "description": "大尺寸播放器卡片", "src": "./ets/widget/pages/PlayerWidgetLarge.ets", "uiSyntax": "arkts", "window": { "designWidth": 720, "autoDesignWidth": true }, "colorMode": "auto", "isDefault": false, "updateEnabled": true, "scheduledUpdateTime": "10:30", "updateDuration": 1, "defaultDimension": "4*4", "supportDimensions": [ "4*4" ] } ] }