feat: 添加编辑器自定义字体功能

This commit is contained in:
Baobhan Sith
2025-05-23 23:47:24 +08:00
parent d088f57f60
commit 5f7c757249
12 changed files with 178 additions and 73 deletions
+3
View File
@@ -70,6 +70,9 @@
"editorFontSize": "Editor Font Size",
"editorFontSizeSaved": "Editor font size saved.",
"editorFontSizeSaveFailed": "Failed to save editor font size: {message}",
"editorFontFamily": "Editor Font Family",
"editorFontFamilySaved": "Editor font family saved.",
"editorFontFamilySaveFailed": "Failed to save editor font family: {message}",
"errorInvalidEditorFontSize": "Invalid font size. Please enter a positive number.",
"uiThemeJsonEditorTitle": "UI Theme JSON Editor",
"uiThemeJsonEditorDesc": "Directly edit the UI theme configuration using JSON. Changes here will reflect in the color pickers above after blurring the textarea.",