修改版本更新说明, 发布1.1.8版本

This commit is contained in:
gongxh 2025-07-22 17:11:03 +08:00
parent 366e5fbfb0
commit 43446f031d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 1.1.8
- 支持窗口和自定义组件动态注册 (用来兼容代码在bundle中代码加载顺序导致的问题)
## 1.1.7
- **新增**: UI模块支持从指定的Asset Bundle中加载UI包实现更灵活的资源管理和分包加载。

View File

@ -1,6 +1,6 @@
{
"name": "kunpocc",
"version": "1.1.7",
"version": "1.1.8",
"description": "基于creator3.0+的kunpocc库",
"main": "./dist/kunpocc.cjs",
"module": "./dist/kunpocc.mjs",