Files
AIsouler-GKD_subscription/src/apps/com.hnnx.pmbank.ts
2024-02-23 21:42:34 +08:00

20 lines
473 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hnnx.pmbank',
name: '河南农信',
groups: [
{
key: 3,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'[text="是否下载最新版客户端?"] <<n [id="android:id/parentPanel"] Button[text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/13536762',
},
],
});