🔥 移除短链接生成代码,疑似会引起封号

This commit is contained in:
李寻欢
2024-07-17 08:36:34 +08:00
parent b794df9b63
commit 3fbaf1a9ef
3 changed files with 1 additions and 42 deletions

View File

@@ -4,7 +4,6 @@ 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"` // 默认规则
}