From 22ad68ba81dd10cfa6e2a8b3005c67665de8659d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 15 Mar 2024 10:31:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=85=B7=E7=8B=97=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kugou.android.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.kugou.android.ts b/src/apps/com.kugou.android.ts index f320f635..b3362f5e 100644 --- a/src/apps/com.kugou.android.ts +++ b/src/apps/com.kugou.android.ts @@ -10,8 +10,10 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, rules: [ { + key: 0, matches: '[desc="跳过"||desc="GdtCountDownView"]', snapshotUrls: [ 'https://i.gkd.li/i/12775410', @@ -19,6 +21,17 @@ export default defineAppConfig({ 'https://i.gkd.li/i/13468987', ], }, + { + key: 1, + position: { + left: 'width * 0.6858', + top: 'width * 0.3906', + }, + matches: '[desc="createSkipView"]', + exampleUrls: + 'https://m.gkd.li/57941037/fc4a38c9-20aa-4cfc-9a92-c20e9194418b', + snapshotUrls: 'https://i.gkd.li/i/14609953', + }, ], }, {