瀏覽代碼

屏蔽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)

部分文件因文件數量過多而無法顯示