From c04e52d3df3983fdecd50e6292d69265da167f09 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 1 Nov 2024 02:24:09 +0800 Subject: [PATCH] Update system_api.py --- class/core/system_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/class/core/system_api.py b/class/core/system_api.py index 0d7cf4537..7a8d5c1c8 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -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():