소스 검색

百度链接增加格式兼容

dodo hold 2 년 전
부모
커밋
c66cfdc6e8

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
molilian.api/Properties/PublishProfiles/https___ccr.ccs.tencentyun.com_shaobin.pubxml.user


+ 1 - 1
molilian.core/Plus/Tool/ToolParsePlus.cs

@@ -61,7 +61,7 @@ namespace molilian.core
             pwd = string.Empty;
 
             string result = string.Empty;
-            string linkPattern = @"(https://pan\.baidu\.com/s/[A-Za-z0-9?=]+)";
+            string linkPattern = @"(https://pan\.baidu\.com/s/[A-Za-z0-9?\-=]+)";
             string codePattern = @"提取码:([A-Za-z0-9]{4})";
             Regex linkRegex = new(linkPattern);
             Regex codeRegex = new(codePattern);

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