From 5aa454629b940ebf2aef4b1577d3a0886cf7cf6b Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:41:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=9A=E7=9C=8B):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E4=BA=8C=E6=AD=A5=E5=85=B3=E9=97=AD=20(#2724?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2705 --- src/apps/com.duokan.reader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.duokan.reader.ts b/src/apps/com.duokan.reader.ts index 9a2c9a10..28b9162c 100644 --- a/src/apps/com.duokan.reader.ts +++ b/src/apps/com.duokan.reader.ts @@ -42,10 +42,10 @@ export default defineAppConfig({ name: '小说页全屏卡片广告', desc: '点击关闭和确定按钮', quickFind: true, - activityIds: 'com.duokan.reader.DkMainActivity', rules: [ { key: 0, + activityIds: 'com.duokan.reader.DkMainActivity', matches: '@TextView[id="com.duokan.reader:id/reading__app_ad_view__close"][text="广告"]', },