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 的前端文件才可正常启动。