diff --git a/astrbot/core/utils/io.py b/astrbot/core/utils/io.py index f7e2a12f3..07cc0bd64 100644 --- a/astrbot/core/utils/io.py +++ b/astrbot/core/utils/io.py @@ -129,7 +129,7 @@ def get_local_ip_addresses(): async def download_dashboard(): '''下载管理面板文件''' - dashboard_release_url = "https://astrbot-registry.soulter.top/download/astrbot-dashboard/latest/dist.zip" + dashboard_release_url = "https://astrbot-registry.lwl.lol/download/astrbot-dashboard/latest/dist.zip" await download_file(dashboard_release_url, "data/dashboard.zip") with zipfile.ZipFile("data/dashboard.zip", "r") as z: z.extractall("data") \ No newline at end of file