更新评论模块

This commit is contained in:
JiXieShi
2024-03-28 19:45:25 +08:00
parent 9c0d18a6d0
commit f4597906c0
11 changed files with 62 additions and 18 deletions

View File

@@ -17,6 +17,14 @@ type userConfig struct {
UtterancesRepo string `json:"utterancesRepo"`
Gitalk_ClientID string `json:"gitalk_clientID"`
Gitalk_ClientSecret string `json:"gitalk_clientSecret"`
Gitalk_Repo string `json:"gitalk_repo"`
Gitalk_Owner string `json:"gitalk_owner"`
PageSize int `json:"pageSize"`
DescriptionLen int `json:"descriptionLen"`