mirror of
https://github.com/rubickCenter/rubick
synced 2025-10-27 07:01:26 +08:00
🐛 主程序支持 type: over 类型
This commit is contained in:
@@ -18,6 +18,9 @@ function searchKeyValues(lists, value, strict = false) {
|
||||
if (item.type === 'regex' && !strict) {
|
||||
return formatReg(item.match).test(value);
|
||||
}
|
||||
if (item.type === 'over') {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user