Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

feat(bilibili): 修改匹配规则,去除生效时间 #723

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading