From 1898e2f197bd6ff3a15baf83b268dd7beac47a96 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:06:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93=E9=82=AE=E7=AE=B1?= =?UTF-8?q?=E5=A4=A7=E5=B8=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89=20(#1604?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告(优化规则) * chore 删除冗余规则 * feat(网易邮箱大师): 开屏广告 --------- Co-authored-by: 二刺螈 --- src/apps/com.netease.mail.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/com.netease.mail.ts b/src/apps/com.netease.mail.ts index a2dfc9b4..739d9931 100644 --- a/src/apps/com.netease.mail.ts +++ b/src/apps/com.netease.mail.ts @@ -15,11 +15,13 @@ export default defineAppConfig({ { key: 0, matches: '[text*="跳过"][text.length<=10]', + excludeMatches: '[id="com.netease.mail:id/ad_skip"][clickable=false]', snapshotUrls: [ 'https://i.gkd.li/import/12893573', 'https://i.gkd.li/import/12923776', 'https://i.gkd.li/import/13195662', 'https://i.gkd.li/import/12818335', + 'https://i.gkd.li/import/13206298', // 使用 excludeMatches 防止提前触发规则 ], }, {