mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat: fastQuery
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds: 'top.cycdm.cycapp.MainActivity',
|
||||
matches:
|
||||
'@ViewGroup[clickable=true][childCount=1] < ViewGroup +2 ViewGroup[childCount=2] > [text="广告"]',
|
||||
@@ -22,7 +22,7 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds: 'top.cycdm.cycapp.MainActivity',
|
||||
matches: '@[clickable=true] > [text="跳过"]',
|
||||
snapshotUrls: [
|
||||
|
||||
Reference in New Issue
Block a user