export default { is: 'Test', name: '测试', category: 'test', canvasView: function () { return 'yes' }, settingsView: function () { return 'ok' }, }