feat: update 3.0 native binary
parent
26ca80ca02
commit
7b1d5d854f
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,16 @@
|
||||||
### Optimization
|
### New Feature
|
||||||
|
|
||||||
- 更新 iOS 拦截 openUrl 方式
|
|
||||||
|
|
||||||
|
- 新增 TapTap OAuth 相关接口
|
||||||
|
```
|
||||||
|
// 登陆
|
||||||
|
TapLogin.Login();
|
||||||
|
// 登出
|
||||||
|
TapLogin.Logout();
|
||||||
|
```
|
||||||
|
- 新增篝火测试资格
|
||||||
|
```
|
||||||
|
var boolean = await TapLogin.GetTestQualification();
|
||||||
|
```
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- TapTap.Common v2.1.7
|
- TapTap.Common v3.0.0
|
Loading…
Reference in New Issue