From ff099c02513a7f4df2664b60a2a54e24c6b8dd6e Mon Sep 17 00:00:00 2001 From: UCPr Date: Thu, 12 Jun 2025 19:00:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=C2=B7=E7=BB=9D=E5=8C=BA=E9=9B=B6?= =?UTF-8?q?):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-=E8=87=AA=E5=8A=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB[=E4=BD=BF=E7=94=A8=E6=B5=81=E9=87=8F=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E6=B8=B8=E6=88=8F]=20(#972)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: UCPr Co-authored-by: AIsouler --- src/apps/com.miHoYo.cloudgames.Nap.ts | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/apps/com.miHoYo.cloudgames.Nap.ts diff --git a/src/apps/com.miHoYo.cloudgames.Nap.ts b/src/apps/com.miHoYo.cloudgames.Nap.ts new file mode 100644 index 00000000..b96c8a9a --- /dev/null +++ b/src/apps/com.miHoYo.cloudgames.Nap.ts @@ -0,0 +1,28 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.miHoYo.cloudgames.Nap', + name: '云·绝区零', + groups: [ + { + key: 1, + name: '功能类-自动点击[使用流量进行游戏]', + rules: [ + { + fastQuery: true, + activityIds: 'com.mihoyo.cloudgame.main.MiHoYoCloudMainActivity', + matches: + '[text="使用流量进行游戏" || text="继续使用移动网络"][visibleToUser=true]', + exampleUrls: [ + 'https://e.gkd.li/6936d19b-bd2a-46d4-8284-93f0b2238359', + 'https://e.gkd.li/f1d57678-ce9a-4384-b7ea-077e55b2aa49', + ], + snapshotUrls: [ + 'https://i.gkd.li/i/20705751', + 'https://i.gkd.li/i/20705824', + ], + }, + ], + }, + ], +});