Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(中羽在线): 开屏广告(优化规则) (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent b8d7621 commit 78de7cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.badmintoncn.bbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13258044',
rules: '[text$="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13258044',
'https://i.gkd.li/import/13379472',
],
},
],
});

0 comments on commit 78de7cd

Please sign in to comment.