feat(河南农信):版本更新 (#2799)

close #2765
This commit is contained in:
jiuqianyuan 2023-12-05 20:23:33 +08:00 committed by GitHub
parent 6be5407d1e
commit dea33e0db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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