This commit is contained in:
Liang Ding 2023-04-06 21:59:09 +08:00
parent f4636b357e
commit 5606237c1a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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