diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000000000000000000000000000000000000..ffdd1a3a874cc1ec1aff535ebe51fb8e1876f6ad --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,33 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "启动后端服务", + "type": "debugpy", + "request": "launch", + "program": "${workspaceFolder}/ruoyi-fastapi-backend/app.py", + "args": ["--env=dev"], + "console": "integratedTerminal", + "cwd": "${workspaceFolder}/ruoyi-fastapi-backend", + "env": { + "PYTHONPATH": "${workspaceFolder}/ruoyi-fastapi-backend" + }, + "python": "${workspaceFolder}/ruoyi-fastapi-backend/venv/Scripts/python.exe" + }, + { + "name": "启动前端服务", + "type": "node", + "request": "launch", + "runtimeExecutable": "pnpm", + "runtimeArgs": ["dev"], + "cwd": "${workspaceFolder}/ruoyi-fastapi-frontend", + "console": "integratedTerminal" + } + ], + "compounds": [ + { + "name": "启动全栈应用", + "configurations": ["启动后端服务", "启动前端服务"] + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 123bfe379c669aaae6407f8002650260b718725d..0dc7e2a6802b3a7f77818304dfba0b7fee45cd13 100644 --- a/README.md +++ b/README.md @@ -1,105 +1,3 @@ -
-
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
-
![]() |
- ![]() |
-
![]() |
-
{{ header }} | +
---|
+ {{ row[header] }} + | +
{{ JSON.stringify(parsedData, null, 2) }}+