mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-01-19 18:21:18 +08:00
feat:优化项目空间样式
This commit is contained in:
@@ -145,7 +145,7 @@ func initialization() {
|
||||
item.ItemName = "默认项目"
|
||||
item.MemberId = 1
|
||||
if err := item.Save(); err != nil {
|
||||
panic("初始化项目集失败 -> " + err.Error())
|
||||
panic("初始化项目空间失败 -> " + err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user