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', + ], }, ], },