From 21005d9d855b9d231ada45bd80ef669ccbe96c4c Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 3 Feb 2024 11:04:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=AA=E6=98=A0):=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=BA=95=E9=83=A8=E5=B9=BF=E5=91=8A=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lemon.lv.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/apps/com.lemon.lv.ts b/src/apps/com.lemon.lv.ts index 6f1b8c9e..e1df8f24 100644 --- a/src/apps/com.lemon.lv.ts +++ b/src/apps/com.lemon.lv.ts @@ -6,14 +6,23 @@ export default defineAppConfig({ groups: [ { key: 0, - name: '导出界面底部广告', + name: '局部广告-导出界面底部广告', desc: '关闭完成导出后的下方广告', activityIds: 'com.vega.export.edit.view.ExportActivity', rules: [ { + key: 0, matches: '@FlattenUIImage + LynxAdComponentView', snapshotUrls: 'https://i.gkd.li/import/12911010', }, + { + key: 1, + matches: + '[vid="exportAdContainer"] FrameLayout[childCount=7] > FlattenUIImage[index=6]', + exampleUrls: + 'https://m.gkd.li/57941037/bc46565b-16ac-4415-8165-13d075f28fcf', + snapshotUrls: 'https://i.gkd.li/import/14149461', + }, ], }, ],