mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
23 lines
616 B
TypeScript
23 lines
616 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|