dlt-for-react 2.3.2 → 2.3.3

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
@@ -13,6 +13,8 @@ npm publish
13
13
  > npm install dlt-for-react --save
14
14
 
15
15
  ##### 版本修改记录
16
+ #### V2.3.3—2026 年 7 月 7 日
17
+ 1. 优化KyContainerFrame组件的返回按钮文本配置
16
18
 
17
19
  #### V2.3.2—2026 年 4 月 28 日
18
20
  1.去除冗余dva依赖
@@ -175,7 +175,7 @@ var KyContainerFrame = function (_React$Component) {
175
175
  key: createUuid(),
176
176
  onClick: onCancel
177
177
  },
178
- "\u8FD4\u56DE"
178
+ cancelText
179
179
  ));
180
180
  }
181
181
  return list;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {