mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-05-08 03:39:15 -05:00
🎨 Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902
This commit is contained in:
@@ -50,7 +50,7 @@ func getChangelog(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
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) {
|
||||
changelogPath = filepath.Join(changelogsDir, "v"+util.Ver+".md")
|
||||
|
||||
Reference in New Issue
Block a user