mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
拆分网络模块
This commit is contained in:
32
README.md
32
README.md
@@ -37,25 +37,23 @@ npm set registry https://npm.aliyun.com
|
||||
|
||||
# 目录
|
||||
1. [使用教程 (新手必看)](./docs/Noviciate.md)
|
||||
|
||||
2. [项目配置](./docs/Basic.md)
|
||||
3. [UI模块](./docs/UI.md)
|
||||
4. [ec模块](https://github.com/Gongxh0901/kunpo-ec)
|
||||
5. [ecs模块](https://github.com/Gongxh0901/kunpo-esc)
|
||||
6. [网络模块](./docs/HTTP.md)
|
||||
7. [四叉树](https://github.com/Gongxh0901/kunpo-quadtree)
|
||||
8. [行为树](https://github.com/Gongxh0901/kunpocc-behaviortree)
|
||||
9. [资源管理](https://github.com/Gongxh0901/kunpocc-assets)
|
||||
10. [条件显示节点 (一般用于UI上的红点)](./docs/Condition.md)
|
||||
11. [全局事件](./docs/Event.md)
|
||||
12. [全局计时器](./docs/Timer.md)
|
||||
13. [平台工具](./docs/Platform.md)
|
||||
14. [屏幕尺寸](./docs/Screen.md)
|
||||
15. [小工具](./docs/Tools.md)
|
||||
16. [时间](./docs/Time.md)
|
||||
17. [socket网络模块](./docs/Socket.md)
|
||||
18. [小游戏接口封装](./docs/MiniGame.md)
|
||||
19. [热更新](./docs/HotUpdate.md)
|
||||
5. [全局计时器](./docs/Timer.md)
|
||||
6. [平台工具](./docs/Platform.md)
|
||||
7. [屏幕尺寸](./docs/Screen.md)
|
||||
8. [小工具](./docs/Tools.md)
|
||||
9. [时间](./docs/Time.md)
|
||||
10. [小游戏接口封装](./docs/MiniGame.md)
|
||||
11. [热更新](./docs/HotUpdate.md)
|
||||
12. [条件显示节点 (一般用于UI上的红点)](./docs/Condition.md)
|
||||
13. [ec模块](https://github.com/Gongxh0901/kunpo-ec)
|
||||
14. [ecs模块](https://github.com/Gongxh0901/kunpo-esc)
|
||||
15. [网络模块 http和socket](https://github.com/Gongxh0901/kunpocc-net)
|
||||
16. [四叉树](https://github.com/Gongxh0901/kunpo-quadtree)
|
||||
17. [行为树](https://github.com/Gongxh0901/kunpocc-behaviortree)
|
||||
18. [资源管理](https://github.com/Gongxh0901/kunpocc-assets)
|
||||
19. [全局事件](https://github.com/Gongxh0901/kunpocc-event)
|
||||
## 类型支持
|
||||
|
||||
该库完全使用 TypeScript 编写,提供完整的类型定义文件。
|
||||
|
||||
Reference in New Issue
Block a user