From a9241aef849ef25c4fff2e9c7ae946894b3ed15f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 3 Mar 2026 19:53:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0web-antd=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B9=B6=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AE=E6=B0=B4?= =?UTF-8?q?=E6=B3=A2=E7=BA=B9=E6=A0=B7=E5=BC=8F=E4=B8=BA=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将版本号从2.0.0-alpha.2升级至2.0.0-alpha.3 将按钮水波纹样式从'Happy'改为'Default',以准备正式版发布 --- apps/web-antd/package.json | 2 +- apps/web-antd/src/preferences.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/package.json b/apps/web-antd/package.json index 00724f40..bacca810 100644 --- a/apps/web-antd/package.json +++ b/apps/web-antd/package.json @@ -1,6 +1,6 @@ { "name": "@vben/web-antd", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "homepage": "https://vben.pro", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index de3d133e..6cab7024 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -70,9 +70,9 @@ export const overridesPreferences = defineOverridesPreferences({ /** 默认主题模式 */ mode: 'light', /** - * TODO: 发布正式版会改为默认 + * 按钮水波纹样式 */ - buttonWaveMode: 'Happy', + buttonWaveMode: 'Default', /** * 浅色sidebar */