增加注释

This commit is contained in:
2025-04-02 10:56:24 +08:00
Unverified
parent 545ed1fd78
commit 0e31e7d86d
2 changed files with 29 additions and 8 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}