feat: able to set home page link

This commit is contained in:
JustSong
2023-05-14 18:19:24 +08:00
parent d434c370ab
commit 3684437258
6 changed files with 109 additions and 75 deletions

View File

@@ -20,6 +20,7 @@ func GetStatus(c *gin.Context) {
"github_oauth": common.GitHubOAuthEnabled,
"github_client_id": common.GitHubClientId,
"system_name": common.SystemName,
"home_page_link": common.HomePageLink,
"footer_html": common.Footer,
"wechat_qrcode": common.WeChatAccountQRCodeImageURL,
"wechat_login": common.WeChatAuthEnabled,