From d14feb99c5ceec16ed55612fbb185ada4c163eca Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:30:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=94=AF=E4=BB=98=E5=AE=9D):=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA+=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=20(#2030)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(支付宝): 版本更新提示+设置支付宝小组件 * Update com.eg.android.AlipayGphone.ts * Update com.eg.android.AlipayGphone.ts * Update com.eg.android.AlipayGphone.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.eg.android.AlipayGphone.ts | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index db756b48..786f109b 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -53,5 +53,32 @@ export default defineAppConfig({ '@[id="com.alipay.mobile.antui:id/closeButton"] - [id="com.alipay.mobile.antui:id/textAndButtonLayout"] [id="com.alipay.mobile.antui:id/tipTextView"][text ^="开启通知权限"]', snapshotUrls: 'https://i.gkd.li/import/13194955', }, + { + enable: false, + key: 3, + name: '版本更新提示', + desc: '选择稍后再说', + quickFind: true, + activityIds: 'com.alipay.mobile.alipassapp.alkb.kb.ALPMainPage63', + rules: + 'TextView[id="com.alipay.mobile.accountauthbiz:id/update_cancel_tv"]', + snapshotUrls: 'https://i.gkd.li/import/13327095', + }, + { + enable: false, + key: 4, + name: '设置支付宝小组件', + desc: '点击关闭', + quickFind: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + rules: [ + { + matches: + '@TextView[text="关闭"] < * <3 * < * + * >3 TextView[text="设置支付宝小组件"]', + action: 'clickCenter', + snapshotUrls: 'https://i.gkd.li/import/13327349', + }, + ], + }, ], });