From 0e7e6033091626ce884f54595992e49c408fc19d Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 20 Sep 2023 11:34:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(7=E5=A4=A9=E6=BE=B3=E9=96=80=E7=B5=B1?= =?UTF-8?q?=E8=80=83):=20=E5=A2=9E=E5=8A=A0=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.daysko.safp.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/apps/com.daysko.safp.ts b/src/apps/com.daysko.safp.ts index adaa4d9a..ee5cb3b1 100644 --- a/src/apps/com.daysko.safp.ts +++ b/src/apps/com.daysko.safp.ts @@ -45,8 +45,9 @@ export default defineAppConfig({ { key: 1, matches: - 'TextView[id=null][text="跳过视频"] < View +(2) @View > Button[clickable=true]', + '[id=null][text="跳过视频"] < View +(2) @View > Button[clickable=true]', snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12668269', 'https://gkd-kit.gitee.io/import/12642913', 'https://gkd-kit.gitee.io/import/12642932', ], @@ -54,9 +55,13 @@ export default defineAppConfig({ { key: 3, matches: [ - 'Button[id=null][clickable=true] < @View - TextView < View - View >(n) View[desc="安装"]', // 点中间的View才会关闭广告,最后两个 View 之间的距离不确定 + 'Button[id=null][clickable=true] < @View - * < View - View >(n) View[desc="安装"]', // 点中间的View才会关闭广告,最后两个 View 之间的距离不确定 + ], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642952', + // https://github.com/gkd-kit/subscription/pull/136#issuecomment-1723186711 + 'https://gkd-kit.gitee.io/import/12668298', ], - snapshotUrls: ['https://gkd-kit.gitee.io/import/12642952'], }, { key: 4,