mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(支付宝): 版本更新 (#2621)
* feat(支付宝):版本更新 * chore(actions): check_format_lint * Update com.eg.android.AlipayGphone.ts * Update com.eg.android.AlipayGphone.ts --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2623
This commit is contained in:
@@ -61,14 +61,33 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 3,
|
||||
name: '版本更新提示',
|
||||
desc: '选择稍后再说',
|
||||
name: '版本更新',
|
||||
quickFind: true,
|
||||
activityIds: 'com.alipay.mobile.alipassapp.alkb.kb.ALPMainPage63',
|
||||
rules:
|
||||
activityIds: [
|
||||
'com.alipay.mobile.alipassapp.alkb.kb.ALPMainPage63',
|
||||
'com.eg.android.AlipayGphone.AlipayLogin',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
name: '弹窗-【稍后再说】',
|
||||
matches:
|
||||
'TextView[id="com.alipay.mobile.accountauthbiz:id/update_cancel_tv"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13327095',
|
||||
},
|
||||
{
|
||||
name: '弹窗-【x】',
|
||||
matches:
|
||||
'[text="版本更新"] - [id="com.alipay.mobile.antui:id/btn_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13490805',
|
||||
},
|
||||
{
|
||||
name: '卡片-【x】',
|
||||
matches:
|
||||
'[text="立即升级最新版支付宝客户端"] < LinearLayout + [id="com.alipay.mobile.advertisement:id/announcementview_righticon"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13490797',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 4,
|
||||
|
||||
Reference in New Issue
Block a user