mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2025-01-12 12:29:28 +08:00
parent
4bf631590c
commit
30f9bb4854
@ -73,7 +73,7 @@ export default () => {
|
||||
const filteredRules = createMemo(() =>
|
||||
globalFilter()
|
||||
? matchSorter(rules(), globalFilter(), {
|
||||
keys: ['type', 'payload', 'type'] as (keyof Rule)[],
|
||||
keys: ['type', 'payload', 'proxy'] as (keyof Rule)[],
|
||||
})
|
||||
: rules(),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user