From aea3e2e6ac1db01e72e3adeb149af4e6913ee119 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:39:57 +0800 Subject: [PATCH] =?UTF-8?q?remove(=E5=A5=87=E5=A6=99=E5=BA=94=E7=94=A8)=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20key:=206?= 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, 1 insertion(+), 10 deletions(-) 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', - }, ], });