From 20fe3abe130223958184ffc67a35ad88eaf3da29 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:36:26 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 7c1f31aa93c7ed55136abca5e777a9c18bbfa048 Author: github-actions[bot] Date: Tue Jan 16 07:44:33 2024 +0000 chore(actions): check_format_lint commit 457b13201af8f521d6a68238f15034b543cdcfa3 Author: aisouler Date: Tue Jan 16 15:43:48 2024 +0800 fix:修改key值 commit 820ca1d80fdd13ec85473aa7f17adfa07627fa1c Author: aisouler Date: Tue Jan 16 15:41:10 2024 +0800 feat(七猫免费小说):今日专属推荐弹窗 --- src/apps/com.kmxs.reader.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.kmxs.reader.ts b/src/apps/com.kmxs.reader.ts index f2e03e15..5d06a55c 100644 --- a/src/apps/com.kmxs.reader.ts +++ b/src/apps/com.kmxs.reader.ts @@ -133,5 +133,17 @@ export default defineAppConfig({ }, ], }, + { + key: 9, + quickFind: true, + name: '全屏广告-今日专属推荐弹窗', + desc: '点击X', + rules: [ + { + matches: '[id="com.kmxs.reader:id/close"]', + snapshotUrls: 'https://i.gkd.li/import/13941276', + }, + ], + }, ], });