项目备份

This commit is contained in:
林觅
2026-04-09 10:37:51 +08:00
parent 7ed8d2dcb4
commit 4eab443148
32 changed files with 9468 additions and 0 deletions

24
py.code-workspace Normal file
View File

@@ -0,0 +1,24 @@
{
"folders": [
{
"path": ".",
},
],
"settings": {
"files.autoSave": "onFocusChange",
"editor.wordWrap": "on",
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off",
},
"git.ignoreLimitWarning": true,
"editor.fontSize": 12,
"editor.formatOnSave": true,
// "python.defaultInterpreterPath": "C:/v_floder/_wPy64/winpy312/python/python.exe",
// "python.defaultInterpreterPath": "E:/vFiles/.WPython64/wpy312/python/python.exe",
// "python.defaultInterpreterPath": "D:/vbox_files/.wpy64/wpy312/python/python.exe",
"python.envFile": "${workspaceFolder}/.venv",
"editor.minimap.enabled": true,
},
}