dd
This commit is contained in:
15
extensions/Excel转JSON/browser.js
Normal file
15
extensions/Excel转JSON/browser.js
Normal file
@@ -0,0 +1,15 @@
|
||||
'use strict';
|
||||
|
||||
// 扩展内定义的方法
|
||||
exports.methods = {
|
||||
open() {
|
||||
console.log('exceltojson!');
|
||||
Editor.Panel.open('exceltojson');
|
||||
},
|
||||
};
|
||||
|
||||
// 当扩展被启动的时候执行
|
||||
exports.load = function() {};
|
||||
|
||||
// 当扩展被关闭的时候执行
|
||||
exports.unload = function() {};
|
||||
Reference in New Issue
Block a user