Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 复写筛选节点后节点有重复 #466

Closed
6 tasks done
Ctory-Nily opened this issue Jan 17, 2025 · 1 comment
Closed
6 tasks done

[Bug] 复写筛选节点后节点有重复 #466

Ctory-Nily opened this issue Jan 17, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Ctory-Nily
Copy link

Verify steps

  • 我已在标题简短的描述了我所遇到的问题
  • 我已在 Issue Tracker 中寻找过我要提出的问题,但未找到相同的问题
  • 我已在 常见问题 中寻找过我要提出的问题,并没有找到答案
  • 这是 GUI 程序的问题,而不是内核程序的问题
  • 我已经关闭所有杀毒软件/代理软件后测试过,问题依旧存在
  • 我已经使用最新的测试版本测试过,问题依旧存在

操作系统

Windows

系统版本

1709

发生问题 mihomo-party 版本

v1.6.0

描述

筛选出来的节点有两个重复的

Image

重现方式

FilterHK: &FilterHK '^(?=.(香港|HK|Hong|🇭🇰))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterJP: &FilterJP '^(?=.(日本|JP|Japan|🇯🇵))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterKR: &FilterKR '^(?=.(韩国|韓|KR|Korea|🇰🇷))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterSG: &FilterSG '^(?=.(新加坡|狮城|SG|Singapore|🇸🇬))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterUS: &FilterUS '^(?=.(美国|US|United States|America|🇺🇸))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterUK: &FilterUK '^(?=.(英国|UK|United Kingdom|🇬🇧))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterFR: &FilterFR '^(?=.(法国|FR|France|🇫🇷))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterDE: &FilterDE '^(?=.(德国|DE|Germany|🇩🇪))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterTW: &FilterTW '^(?=.(台湾|TW|Taiwan|Wan|🇹🇼|🇨🇳))^(?!.(网站|地址|剩余|过期|时间|有效|网址|禁止|邮箱|发布|客服|订阅|节点)).$'
FilterOthers: &FilterOthers '^(?!.(🇭🇰|HK|Hong|香港|🇹🇼|TW|Taiwan|Wan|🇯🇵|JP|Japan|日本|🇸🇬|SG|Singapore|狮城|🇺🇸|US|United States|America|美国|🇩🇪|DE|Germany|德国|🇬🇧|UK|United Kingdom|英国|🇰🇷|KR|Korea|韩国|韓|🇫🇷|FR|France|法国)).$'
FilterAll: &FilterAll '^(?=.(.))(?!.((?i)群|邀请|返利|循环|官网|客服|网站|网址|获取|订阅|流量|到期|机场|下次|版本|官址|备用|过期|已用|联系|邮箱|工单|贩卖|通知|倒卖|防止|国内|地址|频道|无法|说明|使用|提示|特别|访问|支持|教程|关注|更新|作者|加入|(\b(USE|USED|TOTAL|EXPIRE|EMAIL|Panel|Channel|Author)\b|(\d{4}-\d{2}-\d{2}|\d+G)))).$'

@mihomo-party-bot mihomo-party-bot bot added the bug Something isn't working label Jan 17, 2025
@xishang0128
Copy link
Member

配置错误不是bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants