karin-plugin-kkk 1.0.8 → 1.0.9-pr37.19efa69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,9 +7,6 @@ defaulttool: true
7
7
  # 自定义优先级,「默认解析」关闭后才会生效。修改后重启生效
8
8
  priority: 800
9
9
 
10
- # 发送合并转发消息,可能多用于抖音解析
11
- sendforwardmsg: true
12
-
13
10
  # 缓存删除,非必要不修改!
14
11
  rmmp4: true
15
12
 
@@ -4,5 +4,8 @@ switch: true
4
4
  # 快手解析提示,发送提示信息:“检测到快手链接,开始解析”
5
5
  tip: true
6
6
 
7
+ # 快手评论解析,发送快手作品评论图
8
+ comment: true
9
+
7
10
  # 快手评论数量,范围1~30条
8
11
  numcomment: 5
package/lib/apps/admin.js CHANGED
@@ -219,7 +219,6 @@ const PlatformTypeConfig = {
219
219
  缓存删除: 'rmmp4',
220
220
  视频解析: 'videotool',
221
221
  默认解析: 'defaulttool',
222
- 转发: 'sendforwardmsg',
223
222
  上传限制: 'usefilelimit',
224
223
  API服务: 'APIServer',
225
224
  base64: 'sendbase64'