mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf(TikTok): 权限提示-通知权限 (#554)
This commit is contained in:
@@ -29,13 +29,22 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 2,
|
||||
name: '权限提示-通知权限',
|
||||
desc: '点击[暂时不要]',
|
||||
desc: '点击[暂时不要/稍后再说]',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||
matches: ['[text="接收通知"]', '[text="暂时不要"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/15944175',
|
||||
matches: [
|
||||
'[text*="通知"][visibleToUser=true]',
|
||||
'[text="暂时不要" || text="稍后再说"][visibleToUser=true]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/15944175',
|
||||
'https://i.gkd.li/i/17963945',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user