Update system_api.py

This commit is contained in:
Mr Chen 2024-11-01 02:24:09 +08:00
parent 966506bb8d
commit c04e52d3df
1 changed files with 1 additions and 0 deletions

View File

@ -865,6 +865,7 @@ class system_api:
return {}
def updateServer(self, stype, version=''):
return mw.returnJson(True, '与后续版本差异太大,不再提供更新', '0.18.0')
# 更新服务
try:
if not mw.isRestart():