From d0361c260d07ba32c45e58a477c2e88d7091bd1d Mon Sep 17 00:00:00 2001 From: CarmJos Date: Wed, 5 Jan 2022 04:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A4=BA=E4=BE=8B=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .documentation/README.md | 9 +++++++-- README.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.documentation/README.md b/.documentation/README.md index cc4aba4..e87a752 100644 --- a/.documentation/README.md +++ b/.documentation/README.md @@ -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/use-custome-storage.md) \ No newline at end of file + - [自定义存储源](develop/use-custome-storage.md) \ No newline at end of file diff --git a/README.md b/README.md index cbe8925..c2d167c 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ 文件名即仓库的ID,**强烈推荐使用纯英文**,部分符号可能会影响正常读取,请避免使用。 -随本项目预设了几个常用的仓库类型,可以 [在这里](.examples/depositories) 找到您需要的直接使用或加以修改后使用。 +随本项目预设了几个常用的仓库类型,可以 [在这里](.examples/depositories) 找到您需要的仓库配置加以修改后使用。 您也可以 [点击这里](.examples/depositories/full-example.yml) 查看一份*详细的仓库配置示例*,以制作您自己的仓库。