增加了更丰富飞信息。

This commit is contained in:
dmy
2025-12-26 17:53:24 +08:00
parent 8c7de932fd
commit c888719839
5 changed files with 530 additions and 0 deletions

17
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Main",
"type": "debugpy",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
"args": "--excel .\\data_template_8760-in-use.xlsx"
}
]
}