From 5a376dd1b93e0cde27c5c0dddda492f65fd5bd59 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 28 Jan 2026 11:32:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E6=9B=B4=E6=96=B0=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E5=BC=80=E5=A7=8B=E6=8C=87=E5=8D=97=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B3=20v0.5.0-beta4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/latest/intro/quick-start.md | 4 ++-- web/src/components/FileDetailModal.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/latest/intro/quick-start.md b/docs/latest/intro/quick-start.md index 9a31c2d7..61db1d85 100644 --- a/docs/latest/intro/quick-start.md +++ b/docs/latest/intro/quick-start.md @@ -16,13 +16,13 @@ ```bash # 克隆稳定版本 -git clone --branch v0.5.0-beta3 --depth 1 https://github.com/xerrors/Yuxi-Know.git +git clone --branch v0.5.0-beta4 --depth 1 https://github.com/xerrors/Yuxi-Know.git cd Yuxi-Know ``` ::: warning 版本说明 - `v0.4.4`: 稳定版本 -- `v0.5.0-beta3`: 由于数据库重构使用 postgres,可能会存在数据库迁移问题,建议新用户使用,迁移指南详见 [迁移指南](https://xerrors.github.io/Yuxi-Know/latest/changelog/migrate_to_v0-5)。 +- `v0.5.0-beta4`: 由于数据库重构使用 postgres,可能会存在数据库迁移问题,建议新用户使用,迁移指南详见 [迁移指南](https://xerrors.github.io/Yuxi-Know/latest/changelog/migrate_to_v0-5)。 - `main`: 最新开发版本(不稳定,新特性可能会导致新 bug) ::: diff --git a/web/src/components/FileDetailModal.vue b/web/src/components/FileDetailModal.vue index 1a5697e3..0c529af1 100644 --- a/web/src/components/FileDetailModal.vue +++ b/web/src/components/FileDetailModal.vue @@ -398,7 +398,6 @@ const handleDownloadMarkdown = () => { justify-content: space-between; align-items: center; width: 100%; - padding-right: 8px; } /* 文件标题样式 */