feat(theme): 新增按钮水波纹样式配置选项

添加按钮水波纹效果的自定义配置功能,支持默认、禁用、内嵌、抖动和欢乐五种样式。用户可在主题设置中选择不同效果,增强交互视觉体验。

- 在主题配置类型中添加 buttonWaveMode 字段
- 新增按钮水波纹配置组件和样式实现
- 更新中英文国际化文本
- 在应用配置中集成水波纹效果
This commit is contained in:
dap
2026-01-28 16:33:27 +08:00
parent cb2a58425f
commit 3cb93fd67c
9 changed files with 200 additions and 1 deletions

View File

@@ -120,6 +120,7 @@
"theme": {
"title": "Theme",
"radius": "Radius",
"buttonWaveMode": "Button Wave Mode",
"fontSize": "Font Size",
"fontSizeTip": "Adjust global font size with real-time preview",
"light": "Light",

View File

@@ -120,6 +120,7 @@
"theme": {
"title": "主题",
"radius": "圆角",
"buttonWaveMode": "按钮水波纹样式",
"fontSize": "字体大小",
"fontSizeTip": "调整全局字体大小,实时预览效果",
"light": "浅色",