mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
Merge pull request #39 from richex-cn/richex-cn-patch-thunder
fix: 更新迅雷链接正则,增加 thunderx 支持
This commit is contained in:
commit
dd76542b87
@ -17,7 +17,7 @@ https://any86.github.io/any-rule/
|
||||
|
||||
### 迅雷链接
|
||||
```javascript
|
||||
/^thunder:\/\/[a-zA-Z0-9]+=$/
|
||||
/^thunderx?:\/\/[a-zA-Z\d]+=$/
|
||||
```
|
||||
|
||||
### ed2k链接(宽松匹配)
|
||||
|
@ -2,7 +2,7 @@ module.exports = [
|
||||
|
||||
{
|
||||
title: '迅雷链接',
|
||||
rule: /^thunder:\/\/[a-zA-Z0-9]+=$/,
|
||||
rule: /^thunderx?:\/\/[a-zA-Z\d]+=$/,
|
||||
examples: ['thunder://QUEsICdtYWduZXQ6P3h0PXVybjpidGloOjBCQTE0RTUxRkUwNjU1RjE0Qzc4NjE4RjY4NDY0QjZFNTEyNjcyOUMnWlo='],
|
||||
},
|
||||
|
||||
@ -289,4 +289,4 @@ module.exports = [
|
||||
rule: /^[^A-Za-z]*$/,
|
||||
examples: ['你好6啊', '@¥()!']
|
||||
}
|
||||
];
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user