瀏覽代碼

:art: Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902

Liang Ding 2 年之前
父節點
當前提交
5606237c1a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kernel/api/system.go

+ 0 - 1
kernel/api/system.go

@@ -51,7 +51,6 @@ func getChangelog(c *gin.Context) {
 	}
 	}
 
 
 	changelogPath := filepath.Join(changelogsDir, "v"+util.Ver+"_"+model.Conf.Lang+".md")
 	changelogPath := filepath.Join(changelogsDir, "v"+util.Ver+"_"+model.Conf.Lang+".md")
-
 	if !gulu.File.IsExist(changelogPath) {
 	if !gulu.File.IsExist(changelogPath) {
 		changelogPath = filepath.Join(changelogsDir, "v"+util.Ver+".md")
 		changelogPath = filepath.Join(changelogsDir, "v"+util.Ver+".md")
 		if !gulu.File.IsExist(changelogPath) {
 		if !gulu.File.IsExist(changelogPath) {