mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
chore: 更新web-antd版本并调整按钮水波纹样式为默认
将版本号从2.0.0-alpha.2升级至2.0.0-alpha.3 将按钮水波纹样式从'Happy'改为'Default',以准备正式版发布
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -70,9 +70,9 @@ export const overridesPreferences = defineOverridesPreferences({
|
||||
/** 默认主题模式 */
|
||||
mode: 'light',
|
||||
/**
|
||||
* TODO: 发布正式版会改为默认
|
||||
* 按钮水波纹样式
|
||||
*/
|
||||
buttonWaveMode: 'Happy',
|
||||
buttonWaveMode: 'Default',
|
||||
/**
|
||||
* 浅色sidebar
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user