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

Commit

Permalink
feat(网易有道词典): 全屏广告-开学福利弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 13, 2024
1 parent e3e1244 commit df8b4e3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.youdao.dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,31 @@ export default defineAppConfig({
},
],
},
{
key: 10,
name: '全屏广告-开学福利弹窗',
desc: '点击[不要再提醒我]-点击关闭',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.youdao.dict.activity.MainActivity',
rules: [
{
key: 0,
matches: '[text="不要再提醒我"][checked=false]',
exampleUrls:
'https://m.gkd.li/57941037/f665b390-2ef6-47be-8246-99632b24c5de',
snapshotUrls: 'https://i.gkd.li/i/14586448',
},
{
preKeys: 0,
key: 1,
matches: '[vid="dialog_close_btn"]',
exampleUrls:
'https://m.gkd.li/57941037/f665b390-2ef6-47be-8246-99632b24c5de',
snapshotUrls: 'https://i.gkd.li/i/14586448',
},
],
},
],
});

0 comments on commit df8b4e3

Please sign in to comment.