优化了下
This commit is contained in:
45
extensions/Previewer/package.json
Normal file
45
extensions/Previewer/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "previewer",
|
||||
"package_version": 2,
|
||||
"version": "3.0.2",
|
||||
"description": "i18n:previewer.description",
|
||||
"author": "rainrcn",
|
||||
"main": "browser.js",
|
||||
"panels": {
|
||||
"default": {
|
||||
"title": "i18n:previewer.title",
|
||||
"type": "dockable",
|
||||
"icon": "./static/icon.png",
|
||||
"main": "./panels/default.js"
|
||||
}
|
||||
},
|
||||
"contributions": {
|
||||
"messages": {
|
||||
"scene:ready": {
|
||||
"methods": [
|
||||
"default.sceneReady"
|
||||
]
|
||||
},
|
||||
"open": {
|
||||
"methods": [
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"reload": {
|
||||
"public": true,
|
||||
"methods": [
|
||||
"default.openFrame"
|
||||
]
|
||||
}
|
||||
},
|
||||
"menu": [
|
||||
{
|
||||
"path": "i18n:menu.panel",
|
||||
"label": "i18n:previewer.title",
|
||||
"icon": "./static/icon.png",
|
||||
"message": "open"
|
||||
}
|
||||
]
|
||||
},
|
||||
"_storeId": "63edaf3705d076d4e8df2873c1b77b32"
|
||||
}
|
||||
Reference in New Issue
Block a user