From 7ff58f29388a2700c219ab6aa7c23c725ce07df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A6=99=E8=8D=89=E5=91=B3=E7=9A=84=E7=BA=B3=E8=A5=BF?= =?UTF-8?q?=E5=A6=B2=E5=96=B5?= <151599587+VanillaNahida@users.noreply.github.com> Date: Wed, 27 May 2026 08:44:23 +0800 Subject: [PATCH] fix(docs): Update FAQ, add description of hard refresh (force reload) of the page. (#8359) --- docs/en/faq.md | 1 + docs/zh/faq.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/faq.md b/docs/en/faq.md index c9f0b10f9..343070a47 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -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. diff --git a/docs/zh/faq.md b/docs/zh/faq.md index 73b2de16e..cd5c56354 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -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 文件。