feat: 添加自定义终端字体描边和阴影设置项

This commit is contained in:
Baobhan Sith
2025-05-27 19:15:52 +08:00
parent 03fd91a7c0
commit c7fd6c3df7
13 changed files with 501 additions and 17 deletions
+17 -1
View File
@@ -147,7 +147,23 @@
"noMatchingRemotePresetsFound": "No matching remote themes found",
"editAsNewTooltip": "Edit as new custom theme",
"presetTag": "Preset",
"customTag": "Custom"
"customTag": "Custom",
"textStrokeSettingsSaved": "Text stroke settings saved.",
"textStrokeSettingsSaveFailed": "Failed to save text stroke settings: {message}",
"textShadowSettingsSaved": "Text shadow settings saved.",
"textShadowSettingsSaveFailed": "Failed to save text shadow settings: {message}",
"textStrokeSettings": "Text Stroke Settings",
"enableTextStroke": "Enable Text Stroke",
"textStrokeWidth": "Stroke Width (px)",
"textStrokeColor": "Stroke Color",
"saveStrokeSettings": "Save Stroke Settings",
"textShadowSettings": "Text Shadow Settings",
"enableTextShadow": "Enable Text Shadow",
"textShadowOffsetX": "Shadow X Offset (px)",
"textShadowOffsetY": "Shadow Y Offset (px)",
"textShadowBlur": "Shadow Blur Radius (px)",
"textShadowColor": "Shadow Color",
"saveShadowSettings": "Save Shadow Settings"
},
"login": {
"title": "User Login",