From 88d2ee257c3fe2d44990c68d50ded0eb30d69e60 Mon Sep 17 00:00:00 2001 From: Adpro <101449500+adproqwq@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:04:22 +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=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E9=A6=96=E9=A1=B5-=E8=A7=86=E9=A2=91=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E3=80=81=E8=A7=84=E8=8C=83=E8=A7=84=E5=88=99=E7=BB=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.youdao.dict.ts | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/apps/com.youdao.dict.ts b/src/apps/com.youdao.dict.ts index 56b417986..b48893f11 100644 --- a/src/apps/com.youdao.dict.ts +++ b/src/apps/com.youdao.dict.ts @@ -7,7 +7,7 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '卡片式广告', + name: '分段广告-卡片式广告', rules: [ { key: 0, @@ -72,7 +72,7 @@ export default defineAppConfig({ }, { key: 4, - name: 'VIP-弹窗', + name: '全屏广告-VIP弹窗', activityIds: 'com.youdao.dict.vip.activity.RecallSevenDayVipActivity', rules: '@ImageView[id="com.youdao.dict:id/iv_close"]', quickFind: true, @@ -80,7 +80,7 @@ export default defineAppConfig({ }, { key: 5, - name: '评价弹窗', + name: '评价提示', activityIds: 'com.youdao.dict.activity.MainActivity', quickFind: true, resetMatch: 'app', @@ -91,7 +91,7 @@ export default defineAppConfig({ }, { key: 6, - name: '更新弹窗', + name: '更新提示', quickFind: true, actionMaximum: 1, resetMatch: 'app', @@ -99,5 +99,12 @@ export default defineAppConfig({ '[id="com.youdao.dict:id/tv_version"] + [id="com.youdao.dict:id/iv_close"]', snapshotUrls: 'https://i.gkd.li/import/13627912', }, + { + key: 7, + name: '局部广告-首页-视频广告', + quickFind: true, + rules: '[vid="home_ad_close"]', + snapshotUrls: 'https://i.gkd.li/import/14037717', + }, ], });