UNPKG

@dcloudio/uni-debugger

Version:

uni-app debugger

61 lines (60 loc) 1.32 kB
{ "extensions": [ { "type": "view", "location": "drawer-view", "id": "release-note", "title": "What's New", "persistence": "closeable", "order": 1, "className": "Help.ReleaseNoteView" }, { "type": "setting", "category": "Appearance", "title": "Show What's New after each update", "settingName": "help.show-release-note", "settingType": "boolean", "defaultValue": true, "options": [ { "value": true, "title": "Show What's New after each update" }, { "value": false, "title": "Do not show What's New after each update" } ] }, { "type": "action", "category": "Help", "actionId": "help.release-notes", "title": "Release notes", "className": "Help.ReleaseNotesActionDelegate" }, { "type": "context-menu-item", "location": "mainMenuHelp/default", "actionId": "help.release-notes", "order": 10 }, { "type": "late-initialization", "className": "Help.HelpLateInitialization" } ], "dependencies": [ "ui", "host" ], "scripts": [ "Help.js", "ReleaseNoteView.js", "ReleaseNoteText.js" ], "resources": [ "releaseNote.css" ] }