From fa9115a081d8828a147dd8ceb75d136bd3a27fcf Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 26 Jun 2022 22:27:18 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E9=9A=90=E8=97=8F=E5=BA=95=E9=83=A8=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=A0=8F=20https://github.com/siyuan-note/siyuan/issues/5292?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/appearance/langs/en_US.json | 2 ++ app/appearance/langs/fr_FR.json | 2 ++ app/appearance/langs/zh_CHT.json | 2 ++ app/appearance/langs/zh_CN.json | 2 ++ app/src/config/appearance.ts | 11 ++++++++++- app/src/types/index.d.ts | 1 + kernel/conf/appearance.go | 2 ++ 7 files changed, 21 insertions(+), 1 deletion(-) diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 3e25351f4..98217ecb5 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -522,6 +522,8 @@ "appearance11": "shrink to the tray after clicking the close button", "appearance14": "Doc icon uses the system native Emoji", "appearance15": "The desktop uses Twitter Emoji by default, and the native Emoji font in the system will be used after it is turned on", + "appearance16": "Hide bottom status bar", + "appearance17": "Hide the status bar at the bottom of the desktop when enabled", "min": "Min", "restore": "Restore", "max": "Max", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index c3bb76d83..19010cd81 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -522,6 +522,8 @@ "appearance11": "shrink to the tray after clicking the close button", "appearance14": "L'icône Doc utilise l'Emoji natif du système", "appearance15": "Le bureau utilise Twitter Emoji par défaut, et la police Emoji native du système sera utilisée après son activation", + "appearance16": "Masquer la barre d'état inférieure", + "appearance17": "Masquer la barre d'état en bas du bureau lorsqu'elle est activée", "min": "Min", "restore": "Restaurer", "max": "Max", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index 922eee3da..2566f1214 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -522,6 +522,8 @@ "appearance11": "點擊關閉按鈕後縮小到託盤中", "appearance14": "文檔圖示使用系統原生 Emoji", "appearance15": "桌面端預設使用 Twitter Emoji,開啟後將使用系統原生的 Emoji", + "appearance16": "隱藏底部狀態欄", + "appearance17": "開啟後將隱藏桌面端底部狀態欄", "min": "最小化", "restore": "向下還原", "max": "最大化", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index 4d5af5852..fbf5e70f1 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -523,6 +523,8 @@ "appearance11": "点击关闭按钮后缩小到托盘中", "appearance14": "文档图标使用系统原生 Emoji", "appearance15": "桌面端默认使用 Twitter Emoji,开启后将使用系统原生的 Emoji", + "appearance16": "隐藏底部状态栏", + "appearance17": "开启后将隐藏桌面端底部状态栏", "min": "最小化", "restore": "向下还原", "max": "最大化", diff --git a/app/src/config/appearance.ts b/app/src/config/appearance.ts index 5720ef0bd..6b5237d74 100644 --- a/app/src/config/appearance.ts +++ b/app/src/config/appearance.ts @@ -147,6 +147,14 @@ export const appearance = { +