优化了下

This commit is contained in:
2024-09-09 23:32:28 +08:00
parent 438a2f698a
commit 90350d0503
24 changed files with 602 additions and 1487 deletions

View File

@@ -0,0 +1,11 @@
"use strict";
exports.methods = {
open() {
Editor.Panel.open("previewer");
},
};
exports.load = function () {};
exports.unload = function () {};