diff --git a/INSTALL.md b/INSTALL.md index 7c125eb..9a9bf07 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. \ No newline at end of file +恢复: +如果因为配置错误导致无法访问 Web 界面,可以手动在 URL 地址后面加上 `/api/v2/app/setPreferences?json=%7B%22alternative_webui_enabled%22:false%7D` 来禁用备用 UI 功能。