Settings page is "fully" implementation.

This commit is contained in:
wei
2026-08-03 20:55:37 +08:00
parent ed9d25023d
commit 48b70c12af
16 changed files with 579 additions and 261 deletions
+6
View File
@@ -10,8 +10,11 @@ authors = [
dependencies = [
"colorlog>=6.9,<7",
"keyring>=25.6,<26",
"pydantic>=2.11,<3",
"PySide6>=6.8,<7",
"requests>=2.32,<3",
"tomli>=2.2,<3; python_version < '3.11'",
"tomli-w>=1.2,<2",
]
[dependency-groups]
@@ -21,6 +24,9 @@ build = [
"zstandard>=0.23",
"imageio>=2.37.0"
]
test = [
"pytest>=8.4,<10",
]
[project.urls]
Homepage = "https://repo.weispace.net/wei/Launcher"