From 86b9ffacc87e00403ab4e413f0283f880d87e42c Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+MarkusJoe@users.noreply.github.com> Date: Mon, 28 Feb 2022 21:47:23 +0800 Subject: [PATCH 1/2] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 33dd441..fbb2a98 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# 暂时不要将你的fork的仓库同步更新!!!! 有重大bug +# 暂时不要将你的fork的仓库同步更新!!!! 有重大bug +# 暂时不要将你的fork的仓库同步更新!!!! 有重大bug + +

PythonVersion From 5a565b9dd320f01fb17211c4f535e7b64d49f4b1 Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+MarkusJoe@users.noreply.github.com> Date: Tue, 1 Mar 2022 00:17:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/conf/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/conf/config.yml b/bin/conf/config.yml index d7b150f..25de337 100644 --- a/bin/conf/config.yml +++ b/bin/conf/config.yml @@ -14,6 +14,8 @@ database: # 数据库类型 # 可选 'SQLite' /'MySQL'/ -> 暂未开发 type: "SQLite" + SQLite: + path: "./bin/db/data.db" MySQL: # 数据库地址 host: "127.0.0.1"