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('优纪插件:
|
|
355
|
+
global?.logger?.mark('优纪插件: 微博动态执行推送');
|
|
356
356
|
LogMark.add('1');
|
|
357
357
|
}
|
|
358
358
|
// 统计图片数量和文字长度
|