Merge pull request #187 from SVEN-chr/sven

修复config_manager.py中的布尔值大小写
This commit is contained in:
xianyun
2025-09-24 17:16:45 +08:00
committed by GitHub
24 changed files with 4 additions and 1 deletions
+3
View File
@@ -16,3 +16,6 @@ config_test.json
app.log app.log
test.py test.py
/backup /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_setting": {
"proxy_url": "127.0.0.1", "proxy_url": "127.0.0.1",
"proxy_port": "", "proxy_port": "",
"enabled": false "enabled": False
}, },
"webdav_config": { "webdav_config": {
"webdav_url": "", "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.