From 49fac4fe460ce9c0e624f09b298a9b24541a7317 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:34:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A5=87=E5=A6=99=E5=BA=94=E7=94=A8):=20?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=BC=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89=20(#2311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.magicalstory.AppStore.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index 7a4727be..463792b0 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -23,15 +23,20 @@ export default defineAppConfig({ }, { key: 1, - name: '下方横幅', + name: '卡片式广告', activityIds: 'com.magicalstory.AppStore.search.searchActivity', rules: [ { + key: 0, + name: '腾讯广告', matches: [ - '[id="com.magicalstory.AppStore:id/banner"]', + '[id^="com.magicalstory.AppStore:id/banner"]', 'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView', ], - snapshotUrls: 'https://i.gkd.li/import/13185746', + snapshotUrls: [ + 'https://i.gkd.li/import/13185746', + 'https://i.gkd.li/import/13413482', + ], }, ], },