Skip to content

Commit 9c54c51

Browse files
committed
perf: 优化
1 parent f527e06 commit 9c54c51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/apps/com.bilibili.app.in.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ export default defineGkdApp({
2525
rules: [
2626
{
2727
activityIds: 'tv.danmaku.bili.MainActivityV2',
28-
matches: [
29-
'[text="鼓励一下"]',
30-
'[text="我要反馈"]',
31-
'[text="下次再说"]',
32-
],
28+
matches: ['[text="鼓励一下"]', '[text="下次再说"]'],
3329
snapshotUrls: 'https://i.gkd.li/i/13180746',
3430
},
3531
],

0 commit comments

Comments
 (0)