From c94b1fd71f16cc10efa852b8ac1ba216a275be47 Mon Sep 17 00:00:00 2001 From: Yuerchu Date: Tue, 5 Aug 2025 00:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=B7=A5=E4=BD=9C=E5=8C=BA?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Findreve.code-workspace | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Findreve.code-workspace diff --git a/Findreve.code-workspace b/Findreve.code-workspace new file mode 100644 index 0000000..6470250 --- /dev/null +++ b/Findreve.code-workspace @@ -0,0 +1,14 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "../Findreve-frontend-vue" + }, + { + "path": "../Findreve-NiceGUI" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/README.md b/README.md index 0047644..04836d4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Run the following command to start Findreve: > python main.py -您可能需要准备 Findreve 的前端文件才可正常启动。 +您需要准备 Findreve 的前端文件才可正常启动。