mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(TikTok): 功能类-接受通知弹窗 (#255)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -20,5 +20,18 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '权限提示-通知权限',
|
||||||
|
desc: '点击[暂时不要]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||||
|
matches: ['[text="接收通知"]', '[text="暂时不要"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15944175',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user