feat(SteamPY): 版本更新 (#3270)

close #3258
This commit is contained in:
jiuqianyuan
2023-12-24 20:19:07 +08:00
committed by GitHub
parent 349fa6e505
commit ce788269bd

View 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',
},
],
});