From 3213d0fe48ae669685aef2b34473a443836eaf19 Mon Sep 17 00:00:00 2001
From: da_nuo
Date: Fri, 23 May 2025 20:22:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
main.py | 2 +-
readme.md | 2 ++
readme_en.md | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/main.py b/main.py
index 58d7d09..f5414d4 100644
--- a/main.py
+++ b/main.py
@@ -9,7 +9,7 @@ import return_api
app = Flask(__name__)
application = app
-root = config.rootc
+root = config.root
diff --git a/readme.md b/readme.md
index ff2f85b..6e91865 100644
--- a/readme.md
+++ b/readme.md
@@ -24,6 +24,8 @@ python -m pip install -r requirements.txt
* 2 . 至于api系统,我还不打算为它制作一个配套应用,因为我认为它不如web方便
* 3 . 注意:理论上来说,本项目只能在win平台运行
+这是我的第一个项目,也是我第一次在github发布项目
项目很看起来可能很烂,但请不要因此笑话我 >︿<
+
---
最后,如果您有任何建议或问题,请与我联系。谢谢
diff --git a/readme_en.md b/readme_en.md
index afe4984..9d5f622 100644
--- a/readme_en.md
+++ b/readme_en.md
@@ -24,6 +24,7 @@ python -m pip install -r requirements.txt
* 2 . As for the api system, I'm not going to make a companion app for it yet, because it's probably not as convenient as viewing it directly on the web
* 3 . Note: Theoretically speaking, this project can only run on the Windows platform
+This is my first project and also my first time publishing a project on GitHub.
The project may seem rather poor, but please don't make fun of me for it.
---
Finally, if you have any suggestions or questions, please contact me. Thank you
\ No newline at end of file