소스 검색

屏蔽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,
                 priority = NifyMessagePriority.high,
                 tags = ["red_circle"]
                 tags = ["red_circle"]
             });
             });
-            _ = NotifyCore.QYWeixinPushNotifyAsync("没账号", $"【多多】没有匹配账号");
+            //_ = NotifyCore.QYWeixinPushNotifyAsync("没账号", $"【多多】没有匹配账号");
         }
         }
 
 
         internal static async Task<JsonElement> GetUserInfo(string cookies)
         internal static async Task<JsonElement> GetUserInfo(string cookies)

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.