拆分网络模块

This commit is contained in:
gongxh
2025-06-08 15:30:12 +08:00
parent 6953f738b0
commit 5b5e4b5936
17 changed files with 24 additions and 894 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "kunpocc",
"version": "1.1.4",
"version": "1.1.5",
"description": "基于creator3.0+的kunpocc库",
"main": "./dist/kunpocc.cjs",
"module": "./dist/kunpocc.mjs",
@@ -44,7 +44,8 @@
},
"dependencies": {
"fairygui-cc": "^1.2.2",
"kunpocc-event": "^0.0.2"
"kunpocc-event": "^0.0.2",
"kunpocc-net": "^0.0.2"
},
"devDependencies": {
"@cocos/creator-types": "^3.8.0",