From e5597517ec400362cbecb4f3d560816e4deea68c Mon Sep 17 00:00:00 2001 From: Ran0929 <148767297+Ran0929@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:31:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=97=E9=97=B4=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E5=B0=8F=E8=AF=B4):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#1474)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 得间免费小说:开屏广告 * 测试 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * chore(actions): check_format_lint * 得间免费小说:开屏广告增加 * feat(得间免费小说): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.chaozh.iReader.dj.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.chaozh.iReader.dj.ts b/src/apps/com.chaozh.iReader.dj.ts index 1dbf0abf..5cf7cced 100644 --- a/src/apps/com.chaozh.iReader.dj.ts +++ b/src/apps/com.chaozh.iReader.dj.ts @@ -10,9 +10,13 @@ export default defineAppConfig({ activityIds: ['com.chaozh.iReader.ui.activity.WelcomeActivity'], rules: [ { - matches: 'TextView[text*="跳过"]', + matches: 'TextView[text*="跳过"][text.length<=10]', snapshotUrls: 'https://gkd-kit.gitee.io/import/13175317', }, + { + matches: 'View[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13190313', + }, ], }, ],