feat(*): update friends

zhangwenyan 2021-05-11 18:12:13 +08:00
commit 4720f2fdb5
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,8 @@
TapBootstrap.GetTestQualification((bool, error)=>{ }): TapBootstrap.GetTestQualification((bool, error)=>{ }):
``` ```
* 通过 TapConfig 进行初始化配置 * 通过 TapConfig 进行初始化配置
* 新增 TapDBConfig 用于 TapDB 初始化配置
* 新增 ClientSecret 用于 TapSDK 初始化
```c# ```c#
//建议使用以下 TapConfig 构造方法进行初始化 //建议使用以下 TapConfig 构造方法进行初始化
var config = new TapConfig.Builder() var config = new TapConfig.Builder()
@ -24,6 +26,7 @@
* LoginType 删除 Apple、Guest 登陆方式 * LoginType 删除 Apple、Guest 登陆方式
* TDS-Info.plist 删除 Apple_SignIn_Enable 配置 * TDS-Info.plist 删除 Apple_SignIn_Enable 配置
* 废弃 Bind 接口 * 废弃 Bind 接口
* TapConfig 构造方法参数修改
### Dependencies ### Dependencies

View File

@ -2,10 +2,10 @@
"name": "com.taptap.tds.bootstrap", "name": "com.taptap.tds.bootstrap",
"displayName": "TapTap Bootstrap", "displayName": "TapTap Bootstrap",
"description": "TapTap Develop Service", "description": "TapTap Develop Service",
"version": "2.1.0", "version": "2.1.1",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.0" "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.1"
} }
} }