Skip to content

Commit e5d7272

Browse files
committed
FORCELIST_CONTINUE_ON_MATCH default to true
1 parent 6e64636 commit e5d7272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pakkujs/background/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const DEFAULT_CONFIG = {
1818

1919
// 例外设置
2020
FORCELIST: [["^23{2,}$", "23333"], ["^6{3,}$", "66666"]],
21-
FORCELIST_CONTINUE_ON_MATCH: false,
21+
FORCELIST_CONTINUE_ON_MATCH: true,
2222
FORCELIST_APPLY_SINGULAR: false,
2323
WHITELIST: [] as ([string, string])[],
2424
CROSS_MODE: true,

0 commit comments

Comments
 (0)