Skip to content

Commit

Permalink
sif: Update announcement
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Si <[email protected]>
  • Loading branch information
YumeMichi committed Jan 26, 2024
1 parent 09f0237 commit 4a72a3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions handler/announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ import (

func AnnounceIndex(ctx *gin.Context) {
ctx.HTML(http.StatusOK, "common/announce.html", gin.H{
"title": "Love Live! 学园偶像祭 非官方服务器",
"content": template.HTML("目前开发完毕的功能包括:登录、相册、Live、个人信息。<br>其他功能仍在开发中,有报错属于正常现象。"),
"title": "Love Live! 学园偶像祭 本地服务器",
"content": template.HTML(`目前开发完毕的功能包括:<br><ul><li>登录</li><li>相册</li><li>编队</li><li>饰品</li><li>宝石</li><li>Live</li><li>个人信息设置</li><li>官方漫画</li><ul><br>
其他功能仍在开发中,有报错属于正常现象。<br><br>
侵权联系:<a href="https://space.bilibili.com/671443">梦路_YumeMichi @bilibili</a> 进行删除。`),
})
}

Expand Down

0 comments on commit 4a72a3b

Please sign in to comment.