mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
🎨 操作系统平台版本信息
This commit is contained in:
parent
ee0b52ae56
commit
81f0d5f33e
4 changed files with 7 additions and 11 deletions
|
|
@ -248,7 +248,7 @@ func InitConf() {
|
|||
logging.LogInfof("using Microsoft Store edition")
|
||||
}
|
||||
Conf.System.OS = runtime.GOOS
|
||||
Conf.System.OSPlatform, _ = util.GetOSPlatform()
|
||||
Conf.System.OSPlatform = util.GetOSPlatform()
|
||||
|
||||
if "" != Conf.UserData {
|
||||
Conf.User = loadUserFromConf()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue