🎨 优化热榜的链接为短链

This commit is contained in:
李寻欢
2024-07-16 11:58:52 +08:00
parent 9e4f151623
commit 78450aeace
5 changed files with 52 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ package config
type system struct {
Domain string `json:"domain" yaml:"domain"` // 域名
AlApiToken string `json:"alApiToken" yaml:"alApiToken"` // AL API Token
UrlcApiToken string `json:"urlcApiToken" yaml:"urlcApiToken"` // urlc.cn API Token
NewFriendNotify newFriendNotify `json:"newFriendNotify" yaml:"newFriendNotify"` // 新好友通知
DefaultRule defaultRule `json:"defaultRule" yaml:"defaultRule"` // 默认规则
}