From cd6c509ed5b35cd80fa60f2c933b14ea7f381787 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 19 Mar 2024 17:56:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=AA=E6=98=A0):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lemon.lv.ts | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/apps/com.lemon.lv.ts b/src/apps/com.lemon.lv.ts index b6b26ca6..b56799a2 100644 --- a/src/apps/com.lemon.lv.ts +++ b/src/apps/com.lemon.lv.ts @@ -6,22 +6,24 @@ export default defineAppConfig({ groups: [ { key: 0, - name: '局部广告-导出界面底部广告', - desc: '关闭完成导出后的下方广告', + name: '分段广告-导出界面底部广告', + desc: '点击[关闭]-点击[不感兴趣]', + quickFind: true, activityIds: 'com.vega.export.edit.view.ExportActivity', rules: [ { key: 0, - matches: '@FlattenUIImage + LynxAdComponentView', - snapshotUrls: 'https://i.gkd.li/i/12911010', + name: '点击[关闭]', + matches: + 'LynxAdComponentView < * > @FlattenUIImage < FlattenUIImage[index=6]', - exampleUrls: - 'https://m.gkd.li/57941037/bc46565b-16ac-4415-8165-13d075f28fcf', - snapshotUrls: 'https://i.gkd.li/i/14149461', + name: '点击[不感兴趣]', + matches: '@[clickable=true] > [text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/i/14648626', }, ], },