UNPKG

@dcloudio/uni-debugger

Version:

uni-app debugger

71 lines (70 loc) 2.19 kB
{ "extensions": [ { "type": "setting", "settingName": "customNetworkConditions", "settingType": "array", "defaultValue": [] }, { "type": "action", "actionId": "network-conditions.network-offline", "category": "Network", "title": "Go offline", "className": "MobileThrottling.ThrottlingManager.ActionDelegate", "tags": "device, throttling" }, { "type": "action", "actionId": "network-conditions.network-low-end-mobile", "category": "Network", "title": "Enable slow 3G throttling", "className": "MobileThrottling.ThrottlingManager.ActionDelegate", "tags": "device, throttling" }, { "type": "action", "actionId": "network-conditions.network-mid-tier-mobile", "category": "Network", "title": "Enable fast 3G throttling", "className": "MobileThrottling.ThrottlingManager.ActionDelegate", "tags": "device, throttling" }, { "type": "action", "actionId": "network-conditions.network-online", "category": "Network", "title": "Go online", "className": "MobileThrottling.ThrottlingManager.ActionDelegate", "tags": "device, throttling" }, { "type": "view", "location": "settings-view", "id": "throttling-conditions", "title": "Throttling", "order": 35, "className": "MobileThrottling.ThrottlingSettingsTab", "settings": [ "customNetworkConditions" ] } ], "dependencies": [ "common", "sdk", "ui", "protocol" ], "scripts": [ "ThrottlingPresets.js", "MobileThrottlingSelector.js", "NetworkPanelIndicator.js", "NetworkThrottlingSelector.js", "ThrottlingSettingsTab.js", "ThrottlingManager.js" ], "resources": [ "throttlingSettingsTab.css" ] }