Skip to content

Commit cbc65bf

Browse files
feat(plugin): add test.demo v1.0.0 (#4)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a98996 commit cbc65bf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

plugins/test.demo.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* @name 测试插件
3+
* @id test.demo
4+
* @version 1.0.0
5+
* @type control
6+
* @apiLevel 2
7+
* @author tester
8+
* @description 测试用控制插件
9+
*/
10+
splayer.register({ events: ["trackChange"] });

0 commit comments

Comments
 (0)