From b34fb8d77ba18943b1fc9200441df900e60d0359 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 28 Mar 2024 12:54:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=C2=B7=E5=8E=9F=E7=A5=9E):=20?= =?UTF-8?q?=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]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miHoYo.cloudgames.ys.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.miHoYo.cloudgames.ys.ts diff --git a/src/apps/com.miHoYo.cloudgames.ys.ts b/src/apps/com.miHoYo.cloudgames.ys.ts new file mode 100644 index 00000000..55969883 --- /dev/null +++ b/src/apps/com.miHoYo.cloudgames.ys.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.miHoYo.cloudgames.ys', + name: '云·原神', + groups: [ + { + key: 1, + name: '功能类-自动点击[使用流量进行游戏]', + rules: [ + { + quickFind: true, + activityIds: 'com.mihoyo.cloudgame.main.MiHoYoCloudMainActivity', + matches: '[text="使用流量进行游戏"]', + exampleUrls: + 'https://m.gkd.li/57941037/84c18536-b3a4-4f6e-99b2-264c1a36beb5', + snapshotUrls: 'https://i.gkd.li/i/14783168', + }, + ], + }, + ], +});