docs(dashboard): 更新analytics变更文档中的描述和框架变化

- 修正RadioGroup效果的描述从"水波纹"改为"波纹"
- 补充框架级别变化说明,关于message/modal/notification的context获取问题
This commit is contained in:
dap 2026-01-14 16:39:37 +08:00
parent 7c8e962a01
commit 910dc5f3fb

View File

@ -5,7 +5,11 @@
- 支持css变量 不用再写**deep**或者加权重来覆盖样式
- 支持`组件语义化结构` [组件语义化结构](https://ant.design/docs/blog/semantic-beauty-cn)
- notification的新样式 (这个从antd5都已经有了 vue一直没有)
- RadioGroup支持波纹效果
- RadioGroup支持波纹效果
- modal/drawer支持blur效果
- 支持颜色与变体 需要绿色按钮不用再写css了[Button 组件](https://ant.design/components/button-cn#button-demo-color-variant)
- 支持颜色选择器[ColorPicker 组件](https://ant.design/components/color-picker-cn) 这个也是从antd5就开始有了 vue一直没有
## 框架级别的变化
- message/modal/notification直接导入使用(静态方法)无法获取context 即主题/国际化无效 需要通过`window.xxx`进行调用