mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
20
src/apps/com.hnnx.pmbank.ts
Normal file
20
src/apps/com.hnnx.pmbank.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hnnx.pmbank',
|
||||
name: '河南农信',
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '版本更新',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.yitong.mbank.app.android.activity.SplashActivity',
|
||||
rules:
|
||||
'[text="是否下载最新版客户端?"] <<n [id="android:id/parentPanel"] Button[text="取消"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13536762',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user