From cd5a73d97cb45dc515b4ed1e0060001733ee51c1 Mon Sep 17 00:00:00 2001 From: aoguai <1340219674@qq.com> Date: Sat, 7 Oct 2023 21:29:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BA=AC=E4=B8=9C):=20=E9=A6=96=E9=A1=B5-?= =?UTF-8?q?=E6=B5=AE=E5=B1=82=E5=B9=BF=E5=91=8A=E8=A7=84=E5=88=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=81=E5=BF=AB=E7=85=A7=E6=9B=B4=E6=AD=A3=20-=20?= =?UTF-8?q?=E5=8E=9F=E5=BF=AB=E7=85=A7=E9=9D=9E=E4=BA=AC=E4=B8=9CAPP?= =?UTF-8?q?=E5=BF=AB=E7=85=A7=EF=BC=8C=E6=9B=B4=E6=AD=A3=E4=B8=BA=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9B=B8=E5=85=B3=E5=BF=AB=E7=85=A7=20-=20=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E6=B5=AE=E5=B1=82=E5=B9=BF=E5=91=8A=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E5=8F=AF=E8=83=BD=E4=BD=8D?= =?UTF-8?q?=E4=BA=8E=E5=B9=BF=E5=91=8A=E4=B8=8A=E6=88=96=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=EF=BC=8C=E7=89=B9=E6=AD=A4=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index cecc9678d..5a7102c15 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -38,13 +38,16 @@ export default defineAppConfig({ { enable: false, key: 3, - name: '浮层广告', + name: '首页-浮层广告', activityIds: 'com.jingdong.app.mall.MainFrameActivity', rules: [ { - key: 0, matches: '@[desc^="关闭浮层"] + [desc="浮层活动"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12740073', + snapshotUrls: 'https://gkd-kit.songe.li/import/12837870', + }, + { + matches: '@[desc^="关闭浮层"] - [desc="浮层活动"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12837870', }, ], },