1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

fix: change webui port

This commit is contained in:
2023-11-22 21:02:00 +08:00
parent 5e9615542c
commit 8fe578615d
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class ConfigModel:
# Webui
WebuiHost: str = "0.0.0.0"
WebuiPort: int = 22367
WebuiPort: int = 23467
Language: str = "en-US"
Theme: str = "default"
DpiScaling: bool = True