From e7d78f9fa2683fcec9aba3b1540d0d5aa2e37efb Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 23:14:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C=E8=AF=BB=E4=B9=A6):=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=8CGKD1.7=E6=9C=89=E6=95=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jd.app.reader.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/apps/com.jd.app.reader.ts b/src/apps/com.jd.app.reader.ts index 4f25a7ea..6a38b988 100644 --- a/src/apps/com.jd.app.reader.ts +++ b/src/apps/com.jd.app.reader.ts @@ -10,6 +10,8 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionCdKey: 0, + actionMaximumKey: 0, rules: [ { key: 0, @@ -21,10 +23,22 @@ export default defineAppConfig({ }, { key: 1, - actionCdKey: 0, matches: '[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳过"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down" && vid!*="download") || desc*="跳过" || desc*="skip"]', }, + { + key: 2, + quickFind: true, + action: 'clickCenter', + position: { + left: 'width * 0.9007', + top: 'width * 0.1603', + }, + matches: '[id="com.jd.app.reader:id/animation_view"]', + exampleUrls: + 'https://m.gkd.li/57941037/ab677b66-4681-4672-a1d6-3b5938e7f374', + snapshotUrls: 'https://i.gkd.li/i/13264389', + }, ], }, {