From 9aace9f0cd03c76e94f6ba2bd7357e95014c3fc3 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:06:04 +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?=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89=20(#3874?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.youdao.dict.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps/com.youdao.dict.ts b/src/apps/com.youdao.dict.ts index c4473ee0..56b41798 100644 --- a/src/apps/com.youdao.dict.ts +++ b/src/apps/com.youdao.dict.ts @@ -33,7 +33,7 @@ export default defineAppConfig({ }, { key: 2, - name: '弹窗广告', + name: '全屏广告', rules: [ { key: 0, @@ -60,6 +60,14 @@ export default defineAppConfig({ matches: '@ImageView[id="com.youdao.dict:id/iv_close"]', snapshotUrls: 'https://i.gkd.li/import/12893450', }, + { + key: 2, + name: '抽奖机会-弹窗广告', + activityIds: 'com.youdao.dict.activity.DictSplashActivity', + quickFind: true, + matches: '[vid="skip_bottom_view"]', + snapshotUrls: 'https://i.gkd.li/import/13931202', + }, ], }, {