Skip to content

Commit

Permalink
修改名字
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Aug 23, 2023
1 parent 431a5b9 commit a2b42bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/funcControllers/noticeController/notice.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func getPublisher(c *gin.Context) *string {
}
var publisher string
if user.Username == "zhforu" || user.Username == "pfforu" || user.Username == "mgsforu" {
publisher = "For You工程"
publisher = "\"For You\" 工程"
} else if user.Type == models.Admin {
publisher = "Admin"
}
Expand Down

0 comments on commit a2b42bb

Please sign in to comment.