@gjzq/sdk 1.1.1-beta.2 → 1.1.1-beta.4

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 CHANGED
@@ -51,12 +51,11 @@ bun add @gjzq/sdk
51
51
 
52
52
  由于先前evolution、jssdk、login等组件中存在同名函数,在新版sdk中对于部分冲突函数名进行重命名,未标注的其他方法名不变,只改引用包,例如:
53
53
 
54
-
54
+ ```
55
55
  import {getAppId} from '@sinolink/evolution'; 
56
56
  // 变更为
57
57
  import {getAppId} from '@gjzq/sdk';
58
-
59
-
58
+ ```
60
59
 
61
60
 
62
61
  以下为变更接口的 旧版 → 新版 对照写法: