mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
perf: 分类
通知权限分类到权限提示
This commit is contained in:
@@ -6,15 +6,14 @@ export default defineGkdApp({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-开启推送通知',
|
||||
name: '权限提示-通知权限',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '通知提示-开启推送通知提示弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
matchTime: 30000,
|
||||
resetMatch: 'app',
|
||||
matches: '[id="com.tencent.weread:id/open_notification_close"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/12642247',
|
||||
@@ -23,9 +22,6 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-开启推送通知提示信息',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
matches:
|
||||
'[text="开启推送通知"] +3 [clickable=true][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14190089',
|
||||
|
||||
Reference in New Issue
Block a user