mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
🎨 操作系统平台版本信息
This commit is contained in:
parent
ee0b52ae56
commit
81f0d5f33e
4 changed files with 7 additions and 11 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
package util
|
||||
|
||||
func GetOSPlatform() (plat, ver string) {
|
||||
func GetOSPlatform() (plat string) {
|
||||
if ContainerIOS == Container {
|
||||
return "iOS " + MobileOSVer
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue