fix(docs): Update FAQ, add description of hard refresh (force reload) of the page. (#8359)

This commit is contained in:
香草味的纳西妲喵
2026-05-27 08:44:23 +08:00
committed by GitHub
parent 2d78626840
commit 7ff58f2938
2 changed files with 2 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ Solution:
1. Stop AstrBot.
2. Delete the `dist` folder under AstrBot's `data` directory: `AstrBot/data/dist`.
3. Restart AstrBot.
4. Access the dashboard in your browser. Press `Ctrl+Shift+R` or `Ctrl+F5` (or `Cmd+Shift+R` on macOS) to force refresh the page.
After restart, AstrBot will reload or download WebUI files that match the current version.

View File

@@ -80,6 +80,7 @@ Set dashboard.host in data/cmd_config.json to enable remote access.
1. 停止 AstrBot。
2. 删除 AstrBot 的 `data` 目录下的 `dist` 文件夹,即 `AstrBot/data/dist`
3. 重新启动 AstrBot。
4. 访问管理面板后按 `Ctrl+Shift+R``Ctrl+F5`macOS 用户请按 `Cmd+Shift+R`)强制刷新页面。
重启后AstrBot 会重新加载或下载匹配当前版本的 WebUI 文件。