mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(支付宝): 请求通知权限提示(优化规则) (#2080)
This commit is contained in:
@@ -44,15 +44,20 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: 'https://i.gkd.li/import/12792688',
|
snapshotUrls: 'https://i.gkd.li/import/12792688',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '关闭开启通知提示',
|
name: '请求通知权限提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.eg.android.AlipayGphone.AlipayLogin',
|
activityIds: 'com.eg.android.AlipayGphone.AlipayLogin',
|
||||||
rules:
|
rules: [
|
||||||
'@[id="com.alipay.mobile.antui:id/closeButton"] - [id="com.alipay.mobile.antui:id/textAndButtonLayout"] [id="com.alipay.mobile.antui:id/tipTextView"][text ^="开启通知权限"]',
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '首页底部提示',
|
||||||
|
matches:
|
||||||
|
'@[desc="关闭"] - * >n [id="com.alipay.mobile.antui:id/tipTextView"][text^="开启通知权限"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13194955',
|
snapshotUrls: 'https://i.gkd.li/import/13194955',
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 3,
|
key: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user