mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-03 22:21:48 +01:00
🎨 记录操作系统平台
This commit is contained in:
parent
2a4fc32e50
commit
08641595ae
4 changed files with 14 additions and 9 deletions
|
|
@ -236,7 +236,7 @@ func InitConf() {
|
|||
logging.LogInfof("using Microsoft Store edition")
|
||||
}
|
||||
Conf.System.OS = runtime.GOOS
|
||||
Conf.System.OSPlatform = util.GetOSPlatform()
|
||||
Conf.System.OSPlatform, _ = util.GetOSPlatform()
|
||||
Conf.Newbie = util.IsNewbie
|
||||
|
||||
if "" != Conf.UserData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue