feat(*): update push doc script, update unitypackage script , update changeLog

xiaoyi 2021-05-11 10:38:21 +08:00
parent 8c2ac51ffb
commit ab37ee83ce
1 changed files with 7 additions and 9 deletions

View File

@ -6,16 +6,9 @@
* 新增篝火测试资格校验 * 新增篝火测试资格校验
``` ```
Bootstrap.GetTestQualification((bool, error)=>{ }): TapBootstrap.GetTestQualification((bool, error)=>{ }):
``` ```
* TapDB 通过 TapConfig 进行自动初始化 * 通过 TapConfig 进行初始化配置
### Breaking changes
* LoginType 删除 Apple、Guest 登陆方式
* TDS-Info.plist 删除 Apple_SignIn_Enable 配置
* 废弃 Bind 接口
* TapConfig Refactor Constructor
```c# ```c#
//建议使用以下 TapConfig 构造方法进行初始化 //建议使用以下 TapConfig 构造方法进行初始化
var config = new TapConfig.Builder() var config = new TapConfig.Builder()
@ -26,6 +19,11 @@
.ConfigBuilder(); .ConfigBuilder();
TapBootstrap.Init(config); TapBootstrap.Init(config);
``` ```
### Breaking changes
* LoginType 删除 Apple、Guest 登陆方式
* TDS-Info.plist 删除 Apple_SignIn_Enable 配置
* 废弃 Bind 接口
### Dependencies ### Dependencies