🎨 外观模式支持跟随系统切换 https://github.com/siyuan-note/siyuan/issues/5854
This commit is contained in:
parent
0f6be786c4
commit
d11b50b180
6 changed files with 1 additions and 6 deletions
|
@ -535,7 +535,6 @@
|
|||
"appearance6": "The window layout will be restored to the initial state after reset",
|
||||
"appearance9": "Open Theme Folder",
|
||||
"appearance8": "Open Icon Folder",
|
||||
"appearance7": "Automatically switch with sunrise and sunset",
|
||||
"appearance5": "Select the mode of the user interface",
|
||||
"appearance4": "Mode",
|
||||
"appearance3": "Select the syntax highlighting theme used in dark mode",
|
||||
|
|
|
@ -535,7 +535,6 @@
|
|||
"appearance6": "El diseño de la ventana se restablecerá al estado inicial después del reinicio",
|
||||
"appearance9": "Abrir carpeta de temas",
|
||||
"appearance8": "Abrir carpeta de iconos",
|
||||
"appearance7": "Cambiar automáticamente con la salida y la puesta del sol",
|
||||
"appearance5": "Seleccionar el modo de la interfaz de usuario",
|
||||
"appearance4": "Modo",
|
||||
"appearance3": "Seleccionar el tema de resaltado de sintaxis utilizado en el modo oscuro",
|
||||
|
|
|
@ -535,7 +535,6 @@
|
|||
"appearance6": "La disposition de la fenêtre sera restaurée à l'état initial après la réinitialisation.",
|
||||
"appearance9": "Ouvrir le dossier du thème",
|
||||
"appearance8": "Ouvrir le dossier d'icônes",
|
||||
"appearance7": "Commutation automatique avec le lever et le coucher du soleil",
|
||||
"appearance5": "Sélectionnez le mode de l'interface utilisateur",
|
||||
"appearance4": "Mode",
|
||||
"appearance3": "Thème de mise en évidence de la syntaxe des blocs de code en mode Sombre",
|
||||
|
|
|
@ -535,7 +535,6 @@
|
|||
"appearance6": "重置後視窗佈局將恢復初始化狀態",
|
||||
"appearance9": "打開主題資料夾",
|
||||
"appearance8": "打開圖示資料夾",
|
||||
"appearance7": "隨日出日落自動切換",
|
||||
"appearance5": "選擇外觀呈現模式",
|
||||
"appearance4": "模式",
|
||||
"appearance3": "深色模式下代碼塊語法突顯主題",
|
||||
|
|
|
@ -535,7 +535,6 @@
|
|||
"appearance6": "重置后窗口布局将恢复初始化状态",
|
||||
"appearance9": "打开主题文件夹",
|
||||
"appearance8": "打开图标文件夹",
|
||||
"appearance7": "随日出日落自动切换",
|
||||
"appearance5": "选择外观呈现模式",
|
||||
"appearance4": "模式",
|
||||
"appearance3": "暗黑模式下代码块语法高亮主题",
|
||||
|
|
|
@ -22,7 +22,7 @@ export const appearance = {
|
|||
<select class="b3-select fn__flex-center fn__size200" id="mode">
|
||||
<option value="0" ${(window.siyuan.config.appearance.mode === 0 && !window.siyuan.config.appearance.modeOS) ? "selected" : ""}>${window.siyuan.languages.themeLight}</option>
|
||||
<option value="1" ${(window.siyuan.config.appearance.mode === 1 && !window.siyuan.config.appearance.modeOS) ? "selected" : ""}>${window.siyuan.languages.themeDark}</option>
|
||||
<option value="2" ${window.siyuan.config.appearance.modeOS ? "selected" : ""}>${window.siyuan.languages.appearance7}</option>
|
||||
<option value="2" ${window.siyuan.config.appearance.modeOS ? "selected" : ""}>${window.siyuan.languages.themeOS}</option>
|
||||
</select>
|
||||
</label>
|
||||
<div class="b3-label">
|
||||
|
|
Loading…
Add table
Reference in a new issue