修复config_manager.py中的布尔值大小写

This commit is contained in:
SVEN
2025-09-22 14:05:32 +08:00
parent 4160574400
commit 8eebd839cc
24 changed files with 4 additions and 1 deletions
+3
View File
@@ -16,3 +16,6 @@ config_test.json
app.log
test.py
/backup
uv.lock
.python-version
pyproject.toml
+1 -1
View File
@@ -88,7 +88,7 @@ def create_config(config_file: str) -> dict:
"proxy_setting": {
"proxy_url": "127.0.0.1",
"proxy_port": "",
"enabled": false
"enabled": False
},
"webdav_config": {
"webdav_url": "",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.