feat: Implement Git-based update functionality with nightly mode support and UI enhancements

This commit is contained in:
Will Miao
2025-07-24 18:53:37 +08:00
parent d6145e633f
commit 6f3aeb61e7
9 changed files with 467 additions and 34 deletions

View File

@@ -14,7 +14,8 @@ dependencies = [
"requests",
"toml",
"natsort",
"msgpack"
"msgpack",
"GitPython"
]
[project.urls]