新环境3

This commit is contained in:
2025-06-02 22:23:44 +08:00
parent 76ebd72fb3
commit ff2a5f8b18
28 changed files with 9951 additions and 7448 deletions

5
.vscode/launch.json vendored
View File

@@ -10,7 +10,10 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${fileDirname}"
"cwd": "${fileDirname}",
"env": {
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
},
}
]
}