feat: update achievement model , update package version

xiaoyi 2021-07-27 12:04:01 +08:00
parent b533d039bc
commit c963a9c56d
5 changed files with 9 additions and 15 deletions

View File

@ -1,5 +1,11 @@
# ChangeLog
## 3.1.0
### Dependencies
- TapTap.Common v3.1.0
## 3.0.0
### New Feature

Binary file not shown.

Binary file not shown.

View File

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

View File

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