fix 资源包更新Bug
This commit is contained in:
@ -71,8 +71,8 @@ class SystemUtils:
|
||||
"""
|
||||
return True if platform.machine() == 'aarch64' else False
|
||||
|
||||
@property
|
||||
def platform(self) -> str:
|
||||
@staticmethod
|
||||
def platform() -> str:
|
||||
"""
|
||||
获取系统平台
|
||||
"""
|
||||
|
Reference in New Issue
Block a user