From 61b6813dc7d91e6894589628f5ad273a2c8e3028 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 30 May 2026 14:49:44 +0800 Subject: [PATCH] fix(docs): update download link for dashboard zip file in FAQ --- astrbot/dashboard/routes/static_file.py | 2 +- docs/en/faq.md | 2 +- docs/zh/faq.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astrbot/dashboard/routes/static_file.py b/astrbot/dashboard/routes/static_file.py index e056b6c5a..3a18cf82f 100644 --- a/astrbot/dashboard/routes/static_file.py +++ b/astrbot/dashboard/routes/static_file.py @@ -31,7 +31,7 @@ class StaticFileRoute(Route): @self.app.errorhandler(404) async def page_not_found(e) -> str: - return "404 Not found。如果你初次使用打开面板发现 404, 请参考文档: https://astrbot.app/faq.html。如果你正在测试回调地址可达性,显示这段文字说明测试成功了。" + return "404 Not found。如果你初次使用打开面板发现 404, 请参考文档: https://docs.astrbot.app/faq.html。如果你正在测试回调地址可达性,显示这段文字说明测试成功了。" async def index(self): return await self.app.send_static_file("index.html") diff --git a/docs/en/faq.md b/docs/en/faq.md index 343070a47..9af04abe2 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -4,7 +4,7 @@ ### Encountering 404 Error When Opening the Dashboard -Download `dist.zip` from the [release](https://github.com/AstrBotDevs/AstrBot/releases) page, extract it, and move it to `AstrBot/data`. If it still doesn't work, try restarting your computer (based on community feedback). +Download `AstrBot-vxxxxx-dashboard.zip` from the [release](https://github.com/AstrBotDevs/AstrBot/releases) page, extract it, and move it to `AstrBot/data`. If it still doesn't work, try restarting your computer (based on community feedback). ### First Login Account and Random Password diff --git a/docs/zh/faq.md b/docs/zh/faq.md index cd5c56354..46f47c63c 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -4,7 +4,7 @@ ### 当管理面板打开时遇到 404 错误 -在 [release](https://github.com/AstrBotDevs/AstrBot/releases) 页面下载 `dist.zip`,解压拖到 `AstrBot/data` 下。还不行请重启电脑(来自群里的反馈) +在 [release](https://github.com/AstrBotDevs/AstrBot/releases) 页面下载 `AstrBot-vxxxxx-dashboard.zip`,解压拖到 `AstrBot/data` 下。还不行请重启电脑(来自群里的反馈) ### 首次登录的默认账号和随机密码