优化文字

This commit is contained in:
刘祥超
2021-12-20 09:35:36 +08:00
parent a14cbe1319
commit e3674fa2c1

View File

@@ -97,7 +97,7 @@ func (this *IndexAction) RunPost(params struct {
} else {
this.Data["result"] = maps.Map{
"isOk": true,
"message": "你安装已经是最新版本,无需更新",
"message": "你安装最新版本,无需更新",
}
this.Success()
}