yz-yuki-plugin 2.0.7-19 → 2.0.7-20

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.
@@ -352,7 +352,7 @@ class WeiboTask {
352
352
  // 区分群聊和私聊
353
353
  let markKey = chatType === 'group' ? this.groupKey : this.privateKey;
354
354
  if (!LogMark.has('1')) {
355
- global?.logger?.mark('优纪插件: B站动态执行推送');
355
+ global?.logger?.mark('优纪插件: 微博动态执行推送');
356
356
  LogMark.add('1');
357
357
  }
358
358
  // 统计图片数量和文字长度
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yz-yuki-plugin",
3
- "version": "2.0.7-19",
3
+ "version": "2.0.7-20",
4
4
  "description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件",
5
5
  "author": "snowtafir",
6
6
  "type": "module",