feat: update Bootstrap and Login changeLog

xiaoyi 2021-07-15 13:51:32 +08:00
parent 145e31e048
commit 8c3cb188f8
1 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,24 @@
# ChangeLog
## 3.0.0
### New Feature
- 新增 TapTap OAuth 相关接口
```
// 登陆
TapLogin.Login();
// 登出
TapLogin.Logout();
```
- 新增篝火测试资格
```
var boolean = TapLogin.GetTestQualification();
```
### Dependencies
- TapTap.Common v3.0.0
## 2.1.7
### Optimization