mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(权限管理服务): 通知提示-请求发送通知弹窗
This commit is contained in:
@@ -14,5 +14,19 @@ export default defineAppConfig({
|
|||||||
rules: '[text="仅在使用中允许"]',
|
rules: '[text="仅在使用中允许"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13761264',
|
snapshotUrls: 'https://i.gkd.li/import/13761264',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '通知提示-请求发送通知弹窗',
|
||||||
|
desc: '点击拒绝',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
matches: '[text$="发送通知"] <2 * +2 * > [text="拒绝"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/0487a113-5b57-402e-96ca-1f351e121d82',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14321882',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user