mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(云·原神): 功能类-自动点击[使用流量进行游戏]
This commit is contained in:
22
src/apps/com.miHoYo.cloudgames.ys.ts
Normal file
22
src/apps/com.miHoYo.cloudgames.ys.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user