优化了下
This commit is contained in:
11
extensions/Previewer/browser.js
Normal file
11
extensions/Previewer/browser.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
exports.methods = {
|
||||
open() {
|
||||
Editor.Panel.open("previewer");
|
||||
},
|
||||
};
|
||||
|
||||
exports.load = function () {};
|
||||
|
||||
exports.unload = function () {};
|
||||
Reference in New Issue
Block a user