We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if (!info.config[item.mac]) 这个判断中,info.config中存在大写,item.mac中存在小写。 会导致这个过滤失效
The text was updated successfully, but these errors were encountered:
感谢指正!
Sorry, something went wrong.
991d541
fix: 修复 wmic 获取的 mac 地址未格式化导致的描述过滤失效问题(close #1)
3b618ff
No branches or pull requests
if (!info.config[item.mac])
这个判断中,info.config中存在大写,item.mac中存在小写。
会导致这个过滤失效
The text was updated successfully, but these errors were encountered: