fix: 初次下载 webui 构建文件时下载指定版本而非 latest

This commit is contained in:
Soulter
2025-09-04 13:27:55 +08:00
parent 1e5f243edb
commit ba2ee1c0aa
5 changed files with 1504 additions and 1498 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ async def check_dashboard_files():
)
try:
await download_dashboard()
await download_dashboard(version=f"v{VERSION}", latest=False)
except Exception as e:
logger.critical(f"下载管理面板文件失败: {e}")
return