mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
20
src/apps/com.steampy.app.ts
Normal file
20
src/apps/com.steampy.app.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.steampy.app',
|
||||||
|
name: 'SteamPY',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '版本更新',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.steampy.app.activity.common.MainActivity',
|
||||||
|
rules:
|
||||||
|
'@[id="com.steampy.app:id/imgClose"] - RelativeLayout [id="com.steampy.app:id/tv_update"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13695519',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user