feat: 将路由访问模式更改为混合模式并更新版本号

- 将 `accessMode` 从 'backend' 改为 'mixed',以支持后端路由与前端路由的合并
- 更新应用版本号至 2.0.0-alpha.2
- 为按钮波纹效果添加默认主题配置
This commit is contained in:
dap
2026-02-09 17:02:42 +08:00
parent f3942edece
commit b788a7d860
2 changed files with 10 additions and 3 deletions

View File

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