Skip to content

Commit

Permalink
更新 PanDomainTemplate.java
Browse files Browse the repository at this point in the history
  • Loading branch information
qaiu authored Sep 18, 2024
1 parent c13afb0 commit 1b79077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser/src/main/java/cn/qaiu/parser/PanDomainTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* <li>standardUrlTemplate: 网盘服务的标准URL模板,用于规范化分享链接。</li>
* <li>toolClass: 网盘解析工具实现类。</li>
* </ul>
*
* 请注意:增添网盘时,保证正则表达式最后一个捕捉组能匹配到分享key
* @author <a href="https://qaiu.top">QAIU</a>
* at 2023/6/13 4:26
*/
Expand Down Expand Up @@ -81,7 +81,7 @@ public enum PanDomainTemplate {
// 网盘的显示名称,用于用户界面显示
private final String displayName;

// 用于匹配和解析分享链接的正则表达式
// 用于匹配和解析分享链接的正则表达式,保证最后一个捕捉组能匹配到分享key
private final String regexPattern;

// 网盘的标准链接模板,不含占位符,用于规范化分享链接
Expand Down

0 comments on commit 1b79077

Please sign in to comment.