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
@@ -148,7 +148,23 @@
"editAsNewTooltip": "编辑为新自定义主题",
"presetTag": "预设",
"customTag": "自定义",
"customHtmlResetSuccess":"自定义 HTML 已重置。"
"customHtmlResetSuccess":"自定义 HTML 已重置。",
"textStrokeSettingsSaved": "文字描边设置已保存。",
"textStrokeSettingsSaveFailed": "保存文字描边设置失败: {message}",
"textShadowSettingsSaved": "文字阴影设置已保存。",
"textShadowSettingsSaveFailed": "保存文字阴影设置失败: {message}",
"textStrokeSettings": "文字描边设置",
"enableTextStroke": "启用文字描边",
"textStrokeWidth": "描边粗细 (px)",
"textStrokeColor": "描边颜色",
"saveStrokeSettings": "保存描边设置",
"textShadowSettings": "文字阴影设置",
"enableTextShadow": "启用文字阴影",
"textShadowOffsetX": "阴影 X 偏移 (px)",
"textShadowOffsetY": "阴影 Y 偏移 (px)",
"textShadowBlur": "阴影模糊半径 (px)",
"textShadowColor": "阴影颜色",
"saveShadowSettings": "保存阴影设置"
},
"login": {
"title": "用户登录",