diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index 9ed57804..f828a5ad 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -3,6 +3,7 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.magicalstory.AppStore', name: '奇妙应用', + deprecatedKeys: [6], groups: [ { key: 1, @@ -71,15 +72,5 @@ export default defineAppConfig({ '[id="com.magicalstory.AppStore:id/tv_update"] <2 * + * > [id="com.magicalstory.AppStore:id/iv_close"]', snapshotUrls: 'https://i.gkd.li/import/13459373', }, - { - key: 6, - name: '局部广告-搜索页卡片广告', - desc: '腾讯广告', - actionMaximum: 1, - activityIds: 'com.magicalstory.AppStore.search.searchActivity', - rules: - 'FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView[width<80][height<80]', - snapshotUrls: 'https://i.gkd.li/import/13695554', - }, ], });