From 70cfce280338a758ed55c4769a9367fcbc31d69d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 25 Jun 2025 20:09:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=AD=E5=9B=BD=E7=A7=BB=E5=8A=A8-?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1009?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com.greenpoint.android.mc10086.activity.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.greenpoint.android.mc10086.activity.ts b/src/apps/com.greenpoint.android.mc10086.activity.ts index 4abde3f0..f427db49 100644 --- a/src/apps/com.greenpoint.android.mc10086.activity.ts +++ b/src/apps/com.greenpoint.android.mc10086.activity.ts @@ -11,12 +11,26 @@ export default defineGkdApp({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, priorityTime: 10000, rules: [ { + key: 0, matches: '[text*="跳过"][text.length<10][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/16335136', }, + { + key: 1, + position: { + left: 'width * 0.8731', + top: 'width * 0.1352', + }, + matches: + '@FrameLayout[childCount=2] > [vid="ll_top_right"][childCount=0]', + exampleUrls: 'https://e.gkd.li/6fca95f1-d672-4d1d-bcf5-e71f1865dd52', + snapshotUrls: 'https://i.gkd.li/i/20903074', + excludeSnapshotUrls: 'https://i.gkd.li/i/16335136', + }, ], }, {