bi-components-library 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,9 +25,11 @@ pnpm add bi-components-library
25
25
  确保您的项目已安装必要的依赖:
26
26
 
27
27
  ```bash
28
- npm install react react-dom antd @ant-design/icons @arco-design/web-react
28
+ npm install react react-dom antd @ant-design/icons
29
29
  ```
30
30
 
31
+ **注意:** `@arco-design/web-react` 已经包含在组件库中,无需单独安装。
32
+
31
33
  ### 2. 引入组件
32
34
 
33
35
  ```tsx