From 221f216c3dd6c60a391c32fda7a7c9f41caddcfc Mon Sep 17 00:00:00 2001 From: govolokatliai Date: Mon, 28 Oct 2024 12:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/数据库.md | 1 + doc/部署.md | 1 + doc/配置.md | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 doc/数据库.md create mode 100644 doc/部署.md create mode 100644 doc/配置.md diff --git a/doc/数据库.md b/doc/数据库.md new file mode 100644 index 0000000..dcf65a1 --- /dev/null +++ b/doc/数据库.md @@ -0,0 +1 @@ +# 数据库 diff --git a/doc/部署.md b/doc/部署.md new file mode 100644 index 0000000..20a15ee --- /dev/null +++ b/doc/部署.md @@ -0,0 +1 @@ +# 部署 diff --git a/doc/配置.md b/doc/配置.md new file mode 100644 index 0000000..6493eb2 --- /dev/null +++ b/doc/配置.md @@ -0,0 +1,4 @@ +# 配置 +系统的配置文件说明指南 +## 路径 +你需要将一个名为`config.yaml`的文件放在程序同目录下,结构查看仓库里的example