remove(奇妙应用) 移除 key: 6

This commit is contained in:
Kun Jinkao
2024-02-14 07:39:57 +08:00
parent 749c59ba37
commit aea3e2e6ac

View File

@@ -3,6 +3,7 @@ import { defineAppConfig } from '../types';
export default defineAppConfig({ export default defineAppConfig({
id: 'com.magicalstory.AppStore', id: 'com.magicalstory.AppStore',
name: '奇妙应用', name: '奇妙应用',
deprecatedKeys: [6],
groups: [ groups: [
{ {
key: 1, key: 1,
@@ -71,15 +72,5 @@ export default defineAppConfig({
'[id="com.magicalstory.AppStore:id/tv_update"] <2 * + * > [id="com.magicalstory.AppStore:id/iv_close"]', '[id="com.magicalstory.AppStore:id/tv_update"] <2 * + * > [id="com.magicalstory.AppStore:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13459373', 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',
},
], ],
}); });