mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
37 lines
969 B
TypeScript
37 lines
969 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'net.duohuo.cyc',
|
|
name: '次元城动画',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-广告弹窗',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
quickFind: true,
|
|
activityIds: 'top.cycdm.cycapp.MainActivity',
|
|
matches:
|
|
'@ViewGroup[clickable=true][childCount=1] < ViewGroup +2 ViewGroup[childCount=2] > [text="广告"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13972796',
|
|
'https://i.gkd.li/i/14358701',
|
|
'https://i.gkd.li/i/14358706',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
activityIds: 'top.cycdm.cycapp.MainActivity',
|
|
matches: '@[clickable=true] > [text="跳过"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13972792',
|
|
'https://i.gkd.li/i/14358630',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|