@chiyou/minigame-framework 1.3.4 → 1.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chiyou/minigame-framework",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "基于 Cocos Creator 3.x 的小游戏开发框架,支持多平台发布",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -35,13 +35,9 @@ export interface UmaInitConfig {
35
35
  /**
36
36
  * 友盟 SDK 接口定义
37
37
  *
38
- * 注意:仅包含实际可用的方法(共12个)
39
- * - installApi 代理(11个):resume, pause, trackEvent, trackPageStart, trackPageEnd,
40
- * trackShare, setUserid, setOpenid, setUnionid, onShareAppMessage, shareAppMessage
41
- * - pe 直接定义(1个):init
42
- * - 不可用方法(定义在 re 类但未代理到 pe):removeUserid, setUserInfo, setAnonymousid,
43
- * setAppVersion, setSuperProperty
44
- * - 插件方法(通过 pe.use 安装):revenue, stage, level, rc(已移除,不在接口中)
38
+ * 仅包含实际可用的方法(共12个)
39
+ * 已移除:removeUserid, setUserInfo, setAnonymousid, setAppVersion, setSuperProperty(不可用)
40
+ * 已移除:revenue, stage, level, rc(插件方法)
45
41
  */
46
42
  export interface UmaSDK {
47
43
  /** 初始化 */