feat: 优化UI组件和窗口资源管理

- **ComponentExtendHelper:** 增加了对重复注册组件的检查和跳过逻辑,避免重复处理。
- **WindowResPool:** 优化了资源添加逻辑,对于已存在的资源不再抛出错误。
- **package.json:** 版本号更新至 。
This commit is contained in:
gongxh
2025-07-15 11:36:47 +08:00
parent 80ebeafcb9
commit c77e047fe7
3 changed files with 14 additions and 2 deletions

View File

@@ -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",