From 01514789ca878ad47b1081b469b10f984b7588c1 Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Wed, 6 Aug 2025 22:59:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=A0=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E7=BB=93=E6=9E=9C=E6=9C=AA=E5=AE=9A=E4=B9=89=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E9=A1=B5=E9=9D=A2=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (openai/gemini-2.5-pro) --- biji-qianduan/src/components/HomePage.vue | 1419 +-------------------- 1 file changed, 1 insertion(+), 1418 deletions(-) diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue index a1545d7..b005ea9 100644 --- a/biji-qianduan/src/components/HomePage.vue +++ b/biji-qianduan/src/components/HomePage.vue @@ -85,1421 +85,4 @@ class="search-input" @keyup.enter="handleSearch" > - - -
- 欢迎, {{ userStore.userInfo?.username }} - 退出 - 修改密码 - 系统管理 - 新建笔记 - - 上传Markdown - -
-
- 登录 - 注册 -
- - - -
- -
- {{ file.title }} - {{ file.groupingName }} - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
私密笔记只有登录用户才能查看内容
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - 生成 - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

您确定要将笔记 "{{ selectedFile.title }}" {{ selectedFile.isPrivate === 1 ? '设为公开' : '设为私密' }}吗?

-
- - {{ selectedFile.isPrivate === 1 ? '公开笔记:所有用户都可以查看内容' : '私密笔记:只有登录用户才能查看内容' }} -
-
- -
- - - - - - - - - - - -/* 对话框样式 */ -:deep(.el-dialog) { - border-radius: var(--border-radius); - background-color: var(--bg-color-secondary); -} - -:deep(.el-dialog__header) { - border-bottom: 1px solid var(--border-color); - padding: 1.5rem; -} - -:deep(.el-dialog__title) { - font-size: 1.25rem; - font-weight: 600; - color: var(--text-color); -} - -:deep(.el-dialog__body) { - padding: 1.5rem; -} - -:deep(.el-dialog__footer) { - padding: 1.5rem; - border-top: 1px solid var(--border-color); -} - -.welcome-text { - white-space: nowrap; -} -.user-actions, .guest-actions { - display: flex; - align-items: center; - gap: 10px; -} +