import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.magicalstory.AppStore', name: '奇妙应用', deprecatedKeys: [6], groups: [ { key: 1, name: '局部广告-卡片式广告', rules: [ { key: 0, name: '软件详情页', quickFind: true, actionDelay: 300, // 没有此字段会导致误触 activityIds: [ 'com.magicalstory.AppStore.appDetails.AppDetailsActivity', 'com.magicalstory.AppStore.main.fragments.square.section.forumDetailsActivity', ], matches: '@ImageView < FrameLayout[childCount=1] <3 [childCount=5] < FrameLayout[childCount=1] > @ImageView < FrameLayout +2 *[visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/14771429', }, { key: 2, name: '首页', quickFind: true, activityIds: 'com.magicalstory.AppStore.main.MainActivity', matches: '[vid="button_close_ad"]', snapshotUrls: 'https://i.gkd.li/i/14668408', }, { key: 3, name: '评论区顶部', quickFind: true, actionDelay: 300, // 没有此字段会导致误触 activityIds: 'com.magicalstory.AppStore.main.fragments.square.section.forumDetailsActivity', matches: '@ImageView < FrameLayout[childCount=1] < [id="com.magicalstory.AppStore:id/iv_close"]', snapshotUrls: 'https://i.gkd.li/i/13459373', }, ], });