From 0e8b9b1163322c6f440b8c36f48a2cac569bd564 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:11:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E8=AF=8D=E6=96=A9):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20(#2617)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(百词斩):版本更新 * feat(百词斩):开屏广告 close #2630 close #2613 --- src/apps/com.jiongji.andriod.card.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/com.jiongji.andriod.card.ts b/src/apps/com.jiongji.andriod.card.ts index 0978e526..2d63fdbb 100644 --- a/src/apps/com.jiongji.andriod.card.ts +++ b/src/apps/com.jiongji.andriod.card.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.jiongji.andriod.card', name: '百词斩', groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13495409', + }, { key: 1, name: '活动弹窗', @@ -12,5 +22,16 @@ export default defineAppConfig({ '[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13415075', }, + { + key: 3, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.baicizhan.main.activity.MainTabActivity', + rules: '[text="抢先体验"] - [text="取消"]', + snapshotUrls: 'https://i.gkd.li/import/13488652', + }, ], });