mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-01 01:10:21 +08:00
fix(docs): update download link for dashboard zip file in FAQ
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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` 下。还不行请重启电脑(来自群里的反馈)
|
||||
|
||||
|
||||
### 首次登录的默认账号和随机密码
|
||||
|
||||
Reference in New Issue
Block a user