mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
feat: 优化UI组件和窗口资源管理
- **ComponentExtendHelper:** 增加了对重复注册组件的检查和跳过逻辑,避免重复处理。 - **WindowResPool:** 优化了资源添加逻辑,对于已存在的资源不再抛出错误。 - **package.json:** 版本号更新至 。
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kunpocc",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"description": "基于creator3.0+的kunpocc库",
|
||||
"main": "./dist/kunpocc.cjs",
|
||||
"module": "./dist/kunpocc.mjs",
|
||||
|
||||
Reference in New Issue
Block a user