Skip to content

Commit

Permalink
feat(bilibili): 修改匹配规则,去除生效时间 (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: minglu7 <[email protected]>
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2025
1 parent 773d8c4 commit 63e83bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/com.bilibili.app.in.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ export default defineGkdApp({
key: 6,
name: '评价提示-APP评分',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'tv.danmaku.bili.MainActivityV2',
matches: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
matches: ['[text="鼓励一下"]', '[text="下次再说"]'],
snapshotUrls: 'https://i.gkd.li/i/13180746',
},
],
Expand Down

0 comments on commit 63e83bc

Please sign in to comment.