mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(邮储银行): 更新弹窗 (#254)
This commit is contained in:
22
src/apps/com.yitong.mbank.psbc.ts
Normal file
22
src/apps/com.yitong.mbank.psbc.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.yitong.mbank.psbc',
|
||||
name: '邮储银行',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: [
|
||||
'com.yitong.mbank.psbc.module.app.view.customview.dialog.DialogUpdateApk',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'@[id="com.yitong.mbank.psbc:id/bt_cancel"][text="暂不更新"] + [id="com.yitong.mbank.psbc:id/bt_updata"][text="立即更新"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12685350'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user