mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
27 lines
662 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|