修改SNAPI内部路径,修改UA头

This commit is contained in:
2025-09-13 17:13:26 +08:00
parent 8ed1e3a4da
commit f9e1ffe04e
20 changed files with 44 additions and 28 deletions

View File

@@ -1,5 +1,3 @@
import platform
# 项目配置
PROFECT_NAME : str = 'SolianForDesktop'
PROFECT_VERSION : str = '1.0(alpha)'
@@ -10,5 +8,4 @@ WINDOW_HEIGHT : int = 500
PYTHON_VERSION_MIN : tuple[int,int] = (3, 7)
PYTHON_VERSION_MAX : tuple[int,int] = (0, 0)
LIB_LIST : list[str] = ['flask']
DOMAIN : str = 'https://solian.app/api'
UA : str = f"SolianForPythonApp/0.000.001 ({platform.system()})"
DOMAIN : str = 'https://solian.app/api'