mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(次元城动画): 优化规则
This commit is contained in:
@@ -10,17 +10,25 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'top.cycdm.cycapp.MainActivity',
|
activityIds: 'top.cycdm.cycapp.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
'[id="net.duohuo.cyc:id/ksad_tk_view"] >4 ViewGroup[index=1] >3 ViewGroup[index=0][childCount=1]',
|
'@ViewGroup[clickable=true][childCount=1] < ViewGroup +2 ViewGroup[childCount=2] > [text="广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13972796',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13972796',
|
||||||
|
'https://i.gkd.li/import/14358701',
|
||||||
|
'https://i.gkd.li/import/14358706',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'top.cycdm.cycapp.MainActivity',
|
activityIds: 'top.cycdm.cycapp.MainActivity',
|
||||||
matches: '@ViewGroup[childCount=4] > [text="跳过"]',
|
matches: '@[clickable=true] > [text="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13972792',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13972792',
|
||||||
|
'https://i.gkd.li/import/14358630',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user