perf(支付宝): 通知提示

This commit is contained in:
AIsouler
2024-04-11 18:09:59 +08:00
parent 14a2cd1d45
commit f5134fa040

View File

@@ -58,7 +58,6 @@ export default defineAppConfig({
{
key: 2,
name: '通知提示-请求通知弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
@@ -66,16 +65,17 @@ export default defineAppConfig({
{
key: 0,
name: '首页底部提示',
matches:
'@[desc="关闭"] - * >n [id="com.alipay.mobile.antui:id/tipTextView"][text^="开启通知权限"]',
matches: '@[desc="关闭"] - * >n [text^="开启通知权限"]',
snapshotUrls: 'https://i.gkd.li/i/13194955',
},
{
key: 1,
name: '消息页弹窗提示',
matches:
'[text="选择通知接收范围"] <2 RelativeLayout [text="暂时不用"]',
snapshotUrls: 'https://i.gkd.li/i/13669620',
matches: '[text="选择通知接收范围"] +3 * > [text="暂时不用"]',
snapshotUrls: [
'https://i.gkd.li/i/13669620',
'https://i.gkd.li/i/14944514',
],
},
],
},