From acc90f140cb8347141088be52bb2c7ea4a14f358 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 9 Jan 2025 15:50:24 +0800 Subject: [PATCH] chore: bump dashboard_release_url --- astrbot/core/utils/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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