From 88f1287990657e2947ebe1fc98cedc721d5dc0a3 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:26:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(CC=E5=8A=A0=E9=80=9F=E5=99=A8):=20?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E9=A1=B5-=E5=88=86=E4=BA=AB=E6=8A=BD?= =?UTF-8?q?=E5=A5=96=E6=B5=AE=E7=AA=97=EF=BC=88=E9=BB=98=E8=AE=A4=E5=85=B3?= =?UTF-8?q?=E9=97=AD=EF=BC=89=20(#2803)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(CC加速器): 加速页-分享抽奖浮窗(默认关闭) * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/cn.ccspeed.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/cn.ccspeed.ts b/src/apps/cn.ccspeed.ts index 741ee05d..32eae94f 100644 --- a/src/apps/cn.ccspeed.ts +++ b/src/apps/cn.ccspeed.ts @@ -14,5 +14,22 @@ export default defineAppConfig({ rules: '[text^="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/13334790', }, + { + key: 1, + enable: false, + name: '加速页-分享抽奖浮窗', + activityIds: 'cn.ccspeed.app.MainActivity', + quickFind: true, + matchTime: 10000, + resetMatch: 'activity', + actionMaximum: 1, + rules: [ + { + matches: + 'FrameLayout[id="cn.ccspeed:id/float_layout"] > ImageView - ImageView', + snapshotUrls: 'https://i.gkd.li/import/13539299', + }, + ], + }, ], });