mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: 默认关闭更新推送
This commit is contained in:
parent
fa4ff5b64c
commit
a25a9b4d9b
3 changed files with 14 additions and 12 deletions
|
|
@ -77,11 +77,11 @@ export class Panel extends ZZZPlugin {
|
|||
fnc: 'setDefaultDevice',
|
||||
},
|
||||
{
|
||||
reg: `${rulePrefix}(开启|关闭)自动更新$`,
|
||||
reg: `${rulePrefix}(开启|关闭)更新推送$`,
|
||||
fnc: 'enableAutoUpdatePush',
|
||||
},
|
||||
{
|
||||
reg: `${rulePrefix}设置自动更新时间(.+)$`,
|
||||
reg: `${rulePrefix}设置检查更新时间(.+)$`,
|
||||
fnc: 'setCheckUpdateCron',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue