From c40aca69d0ccac8a1a47fa0a15cf8a95973d83bb Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:04:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E7=BD=91=E7=9B=98):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E5=BF=AB=E7=85=A7=EF=BC=89=20(#2781)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 更新弹窗(优化规则) * feat 开屏广告(补充快照) --- src/apps/com.baidu.netdisk.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/com.baidu.netdisk.ts b/src/apps/com.baidu.netdisk.ts index a94a5a19..e142db77 100644 --- a/src/apps/com.baidu.netdisk.ts +++ b/src/apps/com.baidu.netdisk.ts @@ -12,6 +12,7 @@ export default defineAppConfig({ resetMatch: 'app', rules: [ { + key: 0, quickFind: true, matches: '[text^="跳过"][text.length<=5]', snapshotUrls: [ @@ -23,8 +24,10 @@ export default defineAppConfig({ ], }, { + key: 1, quickFind: false, matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13538334', }, ], },