kadou-game-sdk 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/dist/kadou-game-sdk.cjs +1 -1
- package/dist/kadou-game-sdk.cjs.map +1 -1
- package/dist/kadou-game-sdk.esm.js +1 -1
- package/dist/kadou-game-sdk.esm.js.map +1 -1
- package/dist/kadou-game-sdk.umd.js +1 -1
- package/dist/kadou-game-sdk.umd.js.map +1 -1
- package/dist/kadou-game-sdk.umd.min.js +1 -1
- package/dist/kadou-game-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,18 +21,12 @@ Kadou 游戏通信 SDK,用于宿主页面与 iframe 游戏页面之间的通
|
|
|
21
21
|
- [快速开始](#快速开始)
|
|
22
22
|
- [Host 宿主页接入](#host-宿主页接入)
|
|
23
23
|
- [Game 游戏页接入](#game-游戏页接入)
|
|
24
|
-
- [线上 / 离线统一方案](#线上--离线统一方案)
|
|
25
24
|
- [API 文档](#api-文档)
|
|
26
25
|
- [GameRuntime](#gameruntime)
|
|
27
26
|
- [实例方法](#实例方法)
|
|
28
27
|
- [实例事件](#实例事件)
|
|
29
28
|
- [状态字段](#状态字段)
|
|
30
29
|
- [消息流转时序](#消息流转时序)
|
|
31
|
-
- [主题机制](#主题机制)
|
|
32
|
-
- [开始页 / 结束页机制](#开始页--结束页机制)
|
|
33
|
-
- [推荐接入模式](#推荐接入模式)
|
|
34
|
-
- [常见问题](#常见问题)
|
|
35
|
-
|
|
36
30
|
---
|
|
37
31
|
|
|
38
32
|
## 特性
|