mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
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:
@@ -97,5 +97,20 @@ export default defineAppConfig({
|
||||
rules: '[id="com.zmzx.college.search:id/update_close"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user