mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
feat: cloudControlService 支持 macOS 平台版本识别
This commit is contained in:
@@ -66,6 +66,10 @@ class CloudControlService {
|
||||
return `Windows ${release}`
|
||||
}
|
||||
|
||||
if (platform === 'darwin') {
|
||||
return `macOS ${os.release()}`
|
||||
}
|
||||
|
||||
return platform
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user