Files
AIsouler-GKD_subscription/src/apps/net.pchome.kds.ts
2024-02-23 21:42:34 +08:00

27 lines
662 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'net.pchome.kds',
name: 'kds宽带山',
groups: [
{
key: 1,
name: '分段广告-应用内广告卡片',
activityIds: 'net.pchome.kds.View.activity.TopicActivity2',
rules: [
{
key: 0,
matches: '@Image[text=""] < View +2 View > View > View > TextView',
snapshotUrls: 'https://i.gkd.li/i/13043221',
},
{
preKeys: 0,
key: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/13049609',
},
],
},
],
});