diff --git a/categories/index.html b/categories/index.html index 595d889..bf9d429 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,4 +1,4 @@ Categories | Save Any Bot

Categories

Categories

\ No newline at end of file +简体中文

Categories

Categories

\ No newline at end of file diff --git a/contribute/index.html b/contribute/index.html index b1f24f5..09f40b9 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -15,7 +15,7 @@ Fork 本项目, 克隆到本地 ">参与开发 | Save Any Bot

参与开发

参与开发

参与开发 #

贡献新存储端 #

  1. Fork 本项目, 克隆到本地
  2. pkg/enums/storage/storages.go 中添加新的存储端类型, 并运行代码生成
  3. config/storage 目录下定义存储端配置, 并添加到 config/storage/factory.go
  4. storage 目录下新建一个包, 编写存储端实现, 然后在 storage/storage.go 中导入并添加它
  5. 更新文档, 添加配置说明