mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: Telegram-通知权限 (#1234)
This commit is contained in:
@@ -21,5 +21,21 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '权限提示-通知权限',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
action: 'back',
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'org.telegram.ui.LaunchActivity',
|
||||||
|
matches: '[text="打开通知"] + [text*="打开 Telegram 的通知"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/22850638',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user