feat(大学搜题酱): 禁止开启推送通知(默认关闭) (#2416)

* feat(大学搜题酱): 禁止开启推送通知(默认关闭)

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2410
This commit is contained in:
adproqwq
2023-11-24 00:01:05 +08:00
committed by GitHub
parent fb308fa29b
commit 1cfd34939e

View File

@@ -97,5 +97,20 @@ export default defineAppConfig({
rules: '[id="com.zmzx.college.search:id/update_close"]', rules: '[id="com.zmzx.college.search:id/update_close"]',
snapshotUrls: 'https://i.gkd.li/import/13063373', snapshotUrls: 'https://i.gkd.li/import/13063373',
}, },
{
key: 6,
name: '申请开启推送通知弹窗',
enable: false,
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
rules: [
{
matches:
'[text="开启推送通知"] - [id="com.zmzx.college.search:id/siv_dialog_close"]',
snapshotUrls: 'https://i.gkd.li/import/13440939',
},
],
},
], ],
}); });