fix(docs): update download link for dashboard zip file in FAQ

This commit is contained in:
Soulter
2026-05-30 14:49:44 +08:00
parent 9fc03fa95e
commit 61b6813dc7
3 changed files with 3 additions and 3 deletions

View File

@@ -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")

View File

@@ -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

View File

@@ -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` 下。还不行请重启电脑(来自群里的反馈)
### 首次登录的默认账号和随机密码