Skip to content

Commit 63e83bc

Browse files
minglu7minglu7AIsouler
authored
feat(bilibili): 修改匹配规则,去除生效时间 (#723)
Co-authored-by: minglu7 <minglu7@kxdigit.com> Co-authored-by: AIsouler <zy43220@gmail.com>
1 parent 773d8c4 commit 63e83bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/apps/com.bilibili.app.in.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ export default defineGkdApp({
2020
key: 6,
2121
name: '评价提示-APP评分',
2222
fastQuery: true,
23-
matchTime: 10000,
2423
actionMaximum: 1,
2524
resetMatch: 'app',
2625
rules: [
2726
{
2827
activityIds: 'tv.danmaku.bili.MainActivityV2',
29-
matches: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
28+
matches: ['[text="鼓励一下"]', '[text="下次再说"]'],
3029
snapshotUrls: 'https://i.gkd.li/i/13180746',
3130
},
3231
],

0 commit comments

Comments
 (0)