We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773d8c4 commit 63e83bcCopy full SHA for 63e83bc
src/apps/com.bilibili.app.in.ts
@@ -20,13 +20,12 @@ export default defineGkdApp({
20
key: 6,
21
name: '评价提示-APP评分',
22
fastQuery: true,
23
- matchTime: 10000,
24
actionMaximum: 1,
25
resetMatch: 'app',
26
rules: [
27
{
28
activityIds: 'tv.danmaku.bili.MainActivityV2',
29
- matches: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
+ matches: ['[text="鼓励一下"]', '[text="下次再说"]'],
30
snapshotUrls: 'https://i.gkd.li/i/13180746',
31
},
32
],
0 commit comments