zs
2025-04-29 55aa5390c5d9f67c3b0a506e2ce9b4466be7db4f
1
2
3
4
5
6
7
8
9
10
11
export default {
  is: 'Test',
  name: '测试',
  category: 'test',
  canvasView: function () {
    return 'yes'
  },
  settingsView: function () {
    return 'ok'
  },
}