docs(dashboard): 更新分析页面中框架级别变化的文档

添加v1版本requestClient替换说明及context获取注意事项
记录version-polling和字典常量enum的变更
This commit is contained in:
dap
2026-01-20 11:09:47 +08:00
parent efbd8e9bd1
commit 7bb7e8b636

View File

@@ -14,6 +14,7 @@
## 框架级别的变化
- v1版本的`requestClient`已经被`alovaInstance`替代 已经做了兼容(99%) 可直接替换
- message/modal/notification直接导入使用(静态方法)无法获取context 即主题/国际化无效 需要通过`window.xxx`进行调用
- 使用`version-polling`替代自带的版本检测更新 样式更新 在worker执行 不会阻塞主线程
- 字典常量enum从`packages/@core/base/shared/src/constants`移动到`@vben/constants`下 需要移动文件位置(导入不需要更改)