浏览代码

屏蔽pdd的没账号提醒

dodo hold 1 年之前
父节点
当前提交
217019ea27
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      molilian.api/Properties/PublishProfiles/latest.pubxml.user
  2. 1 1
      molilian.core/Core/pdd/PddPoolCore.cs

文件差异内容过多而无法显示
+ 0 - 0
molilian.api/Properties/PublishProfiles/latest.pubxml.user


+ 1 - 1
molilian.core/Core/pdd/PddPoolCore.cs

@@ -374,7 +374,7 @@ namespace molilian.core
                 priority = NifyMessagePriority.high,
                 tags = ["red_circle"]
             });
-            _ = NotifyCore.QYWeixinPushNotifyAsync("没账号", $"【多多】没有匹配账号");
+            //_ = NotifyCore.QYWeixinPushNotifyAsync("没账号", $"【多多】没有匹配账号");
         }
 
         internal static async Task<JsonElement> GetUserInfo(string cookies)

部分文件因为文件数量过多而无法显示