feat: Telegram-通知权限 (#1234)

This commit is contained in:
天方夜谭
2025-10-10 21:39:49 +08:00
committed by GitHub
parent 38bf44c479
commit 754764ca05

View File

@@ -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',
},
],
},
],
});