From 2a61a866d78d5284e5a59cc7157dbce48abb3132 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:19:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E5=B0=94=E8=A1=97=E8=A7=81?= =?UTF-8?q?=E9=97=BB):=20=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=20(#1880)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.wallstreetcn.news.ts * feat(华尔街见闻): 卡片广告 --------- Co-authored-by: 二刺螈 --- src/apps/com.wallstreetcn.news.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.wallstreetcn.news.ts b/src/apps/com.wallstreetcn.news.ts index 88ad8923..3f7f1dbb 100644 --- a/src/apps/com.wallstreetcn.news.ts +++ b/src/apps/com.wallstreetcn.news.ts @@ -15,5 +15,19 @@ export default defineAppConfig({ }, ], }, + { + key: 10, + name: '卡片广告', + desc: '点击关闭, 无后续确认操作', + activityIds: ['com.wallstreetcn.news.ProxyMainActivity'], + quickFind: true, + rules: [ + { + matches: + '[text="广告"] + [id="com.wallstreetcn.news:id/close"][visibleToUser=true]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13262717', + }, + ], + }, ], });