Update INSTALL.md

This commit is contained in:
CzBiX
2020-04-19 02:13:26 +08:00
committed by GitHub
parent 2bebc8ffc9
commit 76b3c3dbb6

View File

@@ -1,16 +1,19 @@
Download release from: https://github.com/CzBiX/qb-web/releases/latest
Setup:
1. Extrace all files.
2. Open Web UI Options dialog, Set "Files location" of "alternative Web UI" to this folder(without `public` suffix).
RECOVERY:
If something was going wrong, you can append `/api/v2/app/setPreferences?json=%7B%22alternative_webui_enabled%22:false%7D` after URL to disable alternative Web UI.
========
安装说明:
1. 解压所有文件。
2. 打开 Web 用户界面的设置,将 “使用备用 Web UI” 的 “文件路径” 设置为本目录(没有 `public` 后缀)。
2. 打开 Web 用户界面的设置,将 “使用备用 Web UI” 的 “文件路径” 设置为本目录(不包含 `public` 后缀)。
=======
RECOVERY:
If something was going wrong, you can visit `/api/v2/app/setPreferences?json=%7B%22alternative_webui_enabled%22:false%7D` to disable alternative Web UI.
恢复:
如果因为配置错误导致无法访问 Web 界面,可以手动在 URL 地址后面加上 `/api/v2/app/setPreferences?json=%7B%22alternative_webui_enabled%22:false%7D` 来禁用备用 UI 功能。