From ae31a453d7840fb0698a29428f5414b69b4533a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E5=AD=9F?= <3111696955@qq.com>
Date: Fri, 8 Aug 2025 16:56:39 +0800
Subject: [PATCH] =?UTF-8?q?refactor(biji-qianduan):=20=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E7=AC=94=E8=AE=B0=E9=A1=B5=E9=9D=A2=E7=9A=84=E7=A7=81=E5=AF=86?=
=?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 为适应移动端和桌面端的用户界面,对私密设置按钮进行了调整
- 在移动端使用圆形按钮并添加锁图标,以节省空间并保持清晰的功能指示
- 桌面端保持原有文本按钮,提供更详细的提示信息
---
biji-qianduan/src/components/HomePage.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue
index f138b92..66bab77 100644
--- a/biji-qianduan/src/components/HomePage.vue
+++ b/biji-qianduan/src/components/HomePage.vue
@@ -60,8 +60,9 @@
返回
保存
{{ saveStatus }}
-
- {{ selectedFile.isPrivate === 1 ? '设为公开' : '设为私密' }}
+
+
+ {{ selectedFile.isPrivate === 1 ? '设为公开' : '设为私密' }}