docs: update docs

This commit is contained in:
RockYang
2023-08-17 06:55:11 +08:00
parent fab43097dc
commit b84039b506
6 changed files with 44 additions and 16 deletions

View File

@@ -4,8 +4,6 @@ MysqlDns = "root:mysql_pass@tcp(localhost:3306)/chatgpt_plus?charset=utf8mb4&col
StaticDir = "./static"
StaticUrl = "http://localhost:5678/static"
AesEncryptKey = "{YOUR_AES_KEY}"
StartWechatBot = false
EnabledMsgService = false
[Session]
Driver = "cookie"
@@ -38,4 +36,6 @@ EnabledMsgService = false
Product = "Dysmsapi"
Domain = "dysmsapi.aliyuncs.com"
[ExtConfig]
ApiURL = "插件扩展 API 地址"
Token = "插件扩展 API Token"