mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
Squashed commit of the following:
commit 93be9de91a5650c648e69ebcaa6e364bff86e69c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jan 18 06:42:17 2024 +0000
chore(actions): check_format_lint
commit 77d62ff5d6d3b4b67e05cc22a8f37f9e439deafa
Author: aisouler <zy43220@gmail.com>
Date: Thu Jan 18 14:41:39 2024 +0800
feat(次元城动画):全屏广告-广告弹窗
This commit is contained in:
28
src/apps/net.duohuo.cyc.ts
Normal file
28
src/apps/net.duohuo.cyc.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'net.duohuo.cyc',
|
||||
name: '次元城动画',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-广告弹窗',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'top.cycdm.cycapp.MainActivity',
|
||||
matches:
|
||||
'[id="net.duohuo.cyc:id/ksad_tk_view"] >4 ViewGroup[index=1] >3 ViewGroup[index=0][childCount=1]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13972796',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
activityIds: 'top.cycdm.cycapp.MainActivity',
|
||||
matches: '@ViewGroup[childCount=4] > [text="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13972792',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user