1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2026-06-04 08:38:25 +08:00

添加示例地址

This commit is contained in:
2022-01-05 04:42:49 +08:00
parent fe256dc916
commit d0361c260d
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -17,6 +17,11 @@
## 插件介绍目录 ## 插件介绍目录
- [使用]() - 使用示例
- [仓库配置文件预设示例](../.examples/depositories)
- [用户数据示例](../.examples/userdata)
- [YAML格式](../.examples/userdata/uuid.yml)
- [JSON格式](../.examples/userdata/uuid.json)
- [MySQL格式](../.examples/userdata/database.sql)
- [开发](develop) - [开发](develop)
- [自定义存储源](develop/use-custome-storage.md) - [自定义存储源](develop/use-custome-storage.md)
+1 -1
View File
@@ -213,7 +213,7 @@
文件名即仓库的ID,**强烈推荐使用纯英文**,部分符号可能会影响正常读取,请避免使用。 文件名即仓库的ID,**强烈推荐使用纯英文**,部分符号可能会影响正常读取,请避免使用。
随本项目预设了几个常用的仓库类型,可以 [在这里](.examples/depositories) 找到您需要的直接使用或加以修改后使用。 随本项目预设了几个常用的仓库类型,可以 [在这里](.examples/depositories) 找到您需要的仓库配置加以修改后使用。
您也可以 [点击这里](.examples/depositories/full-example.yml) 查看一份*详细的仓库配置示例*,以制作您自己的仓库。 您也可以 [点击这里](.examples/depositories/full-example.yml) 查看一份*详细的仓库配置示例*,以制作您自己的仓库。