From 2e6b220ddc9c6d8f281b1e9ee503aead7ac1cf5d Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:55:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B5=B7=E7=82=B9=E8=AF=BB=E4=B9=A6):?= =?UTF-8?q?=E7=BA=A2=E5=8C=85=E5=BC=B9=E7=AA=97=20(#3845)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(起点读书):红包弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.qidian.QDReader.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.qidian.QDReader.ts b/src/apps/com.qidian.QDReader.ts index 41bdb4c7..d5cd1745 100644 --- a/src/apps/com.qidian.QDReader.ts +++ b/src/apps/com.qidian.QDReader.ts @@ -115,5 +115,20 @@ export default defineAppConfig({ rules: 'View[desc="我知道了"]', snapshotUrls: 'https://i.gkd.li/import/13606901', }, + { + key: 13, + quickFind: true, + name: '全屏广告-红包弹窗', + desc: '点击X', + rules: [ + { + activityIds: + 'com.qidian.QDReader.ui.activity.hongbao_square.NewHongBaoSquareActivity', + matches: + '[id="com.qidian.QDReader:id/rootView"] > [id="com.qidian.QDReader:id/btnHongbaoClose"]', + snapshotUrls: 'https://i.gkd.li/import/13918466', + }, + ], + }, ], });