We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097d204 commit bec4b1aCopy full SHA for bec4b1a
.plugins.example.js
@@ -35,14 +35,14 @@ const plugins = [
35
path: 'plugins/pup-sniffer', // 插件路径
36
params: '-port 57573', // 启动参数:端口57573
37
desc: 'drplayer嗅探服务', // 插件描述:提供视频适配代理功能
38
- active: true // 是否激活:true表示启用此插件
+ active: false // 是否激活:true表示启用此插件
39
},
40
{
41
name: 'mediaProxy', // 插件名称
42
path: 'plugins/mediaProxy', // 插件路径
43
params: '-port 57574', // 启动参数:端口57574
44
desc: 'go媒体代理服务', // 插件描述:提供视频适配代理功能
45
46
47
]
48
0 commit comments