mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
perf(支付宝): 通知提示
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user