chore: 更新web-antd版本并调整按钮水波纹样式为默认

将版本号从2.0.0-alpha.2升级至2.0.0-alpha.3
将按钮水波纹样式从'Happy'改为'Default',以准备正式版发布
This commit is contained in:
dap
2026-03-03 19:53:28 +08:00
parent 6c6fb316f0
commit a9241aef84
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@vben/web-antd", "name": "@vben/web-antd",
"version": "2.0.0-alpha.2", "version": "2.0.0-alpha.3",
"homepage": "https://vben.pro", "homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": { "repository": {

View File

@@ -70,9 +70,9 @@ export const overridesPreferences = defineOverridesPreferences({
/** 默认主题模式 */ /** 默认主题模式 */
mode: 'light', mode: 'light',
/** /**
* TODO: 发布正式版会改为默认 * 按钮水波纹样式
*/ */
buttonWaveMode: 'Happy', buttonWaveMode: 'Default',
/** /**
* 浅色sidebar * 浅色sidebar
*/ */