mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
28 lines
728 B
TypeScript
28 lines
728 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.qihoo.camera',
|
|
name: '360摄像机',
|
|
groups: [
|
|
{
|
|
key: 6,
|
|
name: '卡录像界面广告',
|
|
actionMaximum: 1,
|
|
activityIds: 'com.qihoo.jia.playpage.RecordPlayActivity',
|
|
rules: [
|
|
{
|
|
name: '视频下方卡片式广告',
|
|
matches:
|
|
'ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]',
|
|
},
|
|
{
|
|
name: '云收藏弹窗广告',
|
|
matches:
|
|
'ViewGroup > @ImageView[clickable=true] -n TextView[text="云收藏"]',
|
|
},
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/import/13630755',
|
|
},
|
|
],
|
|
});
|