mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(云·星穹铁道): 功能类-自动点击[使用流量进行游戏]
This commit is contained in:
22
src/apps/com.miHoYo.cloudgames.hkrpg.ts
Normal file
22
src/apps/com.miHoYo.cloudgames.hkrpg.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.miHoYo.cloudgames.hkrpg',
|
||||||
|
name: '云·星穹铁道',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-自动点击[使用流量进行游戏]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.mihoyo.cloudgame.main.MiHoYoCloudMainActivity',
|
||||||
|
matches: '[text="使用流量进行游戏"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/f33b53ea-32a2-48b3-a4a8-54bfa8b1fdd8',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14784161',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user