From 5ad9cc0516f84113d7f73ff0205cc8dd23cbdb8b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:45:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E5=9F=BA=E9=87=91):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=E3=80=81=E6=9B=B4=E6=96=B0=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#2846)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告(优化规则) * feat 更新弹窗 --- src/apps/com.eastmoney.android.fund.ts | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/apps/com.eastmoney.android.fund.ts b/src/apps/com.eastmoney.android.fund.ts index 62537a3f..db33c855 100644 --- a/src/apps/com.eastmoney.android.fund.ts +++ b/src/apps/com.eastmoney.android.fund.ts @@ -7,9 +7,11 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: - 'com.eastmoney.android.fund.centralis.activity.FundRootActivity', - rules: '[id="com.eastmoney.android.fund:id/ad_ignore"][text^="跳过"]', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/12781533', }, { @@ -33,5 +35,13 @@ export default defineAppConfig({ ], snapshotUrls: 'https://i.gkd.li/import/12642387', }, + { + key: 3, + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + rules: '@FrameLayout[clickable=true] - * >2 [desc="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/13546927', + }, ], });