From df8b4e33ddd6e4ff51d3cc7c837928f657f59131 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 13 Mar 2024 18:59:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93=E6=9C=89=E9=81=93?= =?UTF-8?q?=E8=AF=8D=E5=85=B8):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=BC=80=E5=AD=A6=E7=A6=8F=E5=88=A9=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.youdao.dict.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/apps/com.youdao.dict.ts b/src/apps/com.youdao.dict.ts index ff8fd343..15664fe4 100644 --- a/src/apps/com.youdao.dict.ts +++ b/src/apps/com.youdao.dict.ts @@ -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', + }, + ], + }, ], });