From a409ad7881723910741fd6243dd09dfa1e8ef3fc Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 16 Feb 2024 16:34:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E5=87=8C):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E4=BC=9A=E5=91=98=E5=9B=9E=E9=A6=88?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chan.cwallpaper.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.chan.cwallpaper.ts b/src/apps/com.chan.cwallpaper.ts index 1da4af89..7fc06d61 100644 --- a/src/apps/com.chan.cwallpaper.ts +++ b/src/apps/com.chan.cwallpaper.ts @@ -14,5 +14,20 @@ export default defineAppConfig({ rules: '[vid="activate_button"]', snapshotUrls: 'https://i.gkd.li/import/14293734', }, + { + key: 1, + name: '全屏广告-会员回馈弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.chan.cwallpaper.module.main.MainActivity', + matches: '[vid="ivClose"]', + exampleUrls: + 'https://m.gkd.li/57941037/8150c450-bcf8-4e8b-8236-4c3abebbeef3', + snapshotUrls: 'https://i.gkd.li/import/14308433', + }, + ], + }, ], });