feat: 头条,微博热搜等函数 API 实现

This commit is contained in:
RockYang
2023-07-25 15:02:43 +08:00
parent 84f9a83f55
commit cd6a811bbd
15 changed files with 251 additions and 161 deletions

View File

@@ -33,7 +33,7 @@ func NewDefaultConfig() *types.AppConfig {
HttpOnly: false,
SameSite: http.SameSiteLaxMode,
},
FunApiToken: "",
Func: types.FunctionApiConfig{},
StartWechatBot: false,
}
}