mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
20
src/apps/net.pchome.kds.ts
Normal file
20
src/apps/net.pchome.kds.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
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://gkd-kit.songe.li/import/13043221',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user