feat: add gradient effects settings and enhance theme customization options

This commit is contained in:
catlog22
2026-02-04 23:24:16 +08:00
parent 369b470969
commit 0664937b98
8 changed files with 435 additions and 21 deletions

View File

@@ -26,5 +26,13 @@
"preview.surface": "Card",
"preview.accent": "Accent",
"save": "Save Custom Theme",
"reset": "Reset to Preset"
"reset": "Reset to Preset",
"gradient": {
"title": "Gradient Effects",
"off": "Off",
"standard": "Standard",
"enhanced": "Enhanced",
"hoverGlow": "Enable hover glow effects",
"bgAnimation": "Enable background gradient animation"
}
}

View File

@@ -26,5 +26,13 @@
"preview.surface": "卡片",
"preview.accent": "强调色",
"save": "保存自定义主题",
"reset": "重置为预设"
"reset": "重置为预设",
"gradient": {
"title": "渐变效果",
"off": "关闭",
"standard": "标准",
"enhanced": "增强",
"hoverGlow": "启用悬停光晕效果",
"bgAnimation": "启用背景渐变动画"
}
}