From 56aabb67bd7f023d64b56a4a59f39e357cb6154d Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Fri, 23 Jan 2026 23:19:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=8C=87=E5=BC=95?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/latest/intro/quick-start.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/latest/intro/quick-start.md b/docs/latest/intro/quick-start.md index f3ac42e5..396672c2 100644 --- a/docs/latest/intro/quick-start.md +++ b/docs/latest/intro/quick-start.md @@ -16,12 +16,13 @@ ```bash # 克隆稳定版本 -git clone --branch v0.4.3 --depth 1 https://github.com/xerrors/Yuxi-Know.git +git clone --branch v0.5.0-beta --depth 1 https://github.com/xerrors/Yuxi-Know.git cd Yuxi-Know ``` ::: warning 版本说明 -- `v0.4.3`: 稳定版本 +- `v0.4.4`: 稳定版本 +- `v0.5.0-beta`: 由于数据库重构使用 postgres,可能会存在数据库迁移问题,建议新用户使用。 - `main`: 最新开发版本(不稳定,新特性可能会导致新 bug) ::: @@ -106,7 +107,7 @@ docker compose down ## 故障排除 ::: tip 调试面板 -前端有个**调试面板**,长按侧边栏空白处触发,生产环境建议删除此特性,在 `AppLayout.vue` 中注释掉相关代码。 +前端有个**调试面板**,在头像选项里,生产环境建议删除此特性,在 `AppLayout.vue` 中注释掉相关代码。 ::: #### 查看服务状态