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; -} +