File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ export default defineConfig({
104104 {
105105 text : '接入 Whisper 语音转文字' ,
106106 link : '/whisper'
107+ } ,
108+ {
109+ text : '更新管理面板' ,
110+ link : '/update-webui'
107111 }
108112 ]
109113 } ,
Original file line number Diff line number Diff line change 1+ ## 更新管理面板(重要!)
2+
3+ 在 AstrBot 启动时,会自动检查管理面板是否需要更新,如果需要,第一条日志(黄色)会提示。
4+
5+ 使用 ` /dashboard_update ` 命令可以手动更新管理面板(管理员指令)。
6+
7+ 管理面板文件在 data/dist 目录下。如果需要手动替换,请在 https://github.com/Soulter/AstrBot/releases/ 下载 ` dist.zip ` 然后解压到 data 目录下。
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ AstrBot 管理面板具有管理插件、查看日志、可视化配置、查看
4747
4848在 AstrBot 启动时,会自动检查管理面板是否需要更新,如果需要,第一条日志(黄色)会提示。
4949
50- 使用 ` /dashboard update ` 命令可以手动更新管理面板(管理员指令)。
50+ 使用 ` /dashboard_update ` 命令可以手动更新管理面板(管理员指令)。
5151
5252管理面板文件在 data/dist 目录下。如果需要手动替换,请在 https://github.com/Soulter/AstrBot/releases/ 下载 ` dist.zip ` 然后解压到 data 目录下。
You can’t perform that action at this time.
0 commit comments