feat: update achievement model , update package version
parent
b533d039bc
commit
c963a9c56d
|
@ -1,5 +1,11 @@
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- TapTap.Common v3.1.0
|
||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
### New Feature
|
### New Feature
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,16 +1,4 @@
|
||||||
### New Feature
|
|
||||||
|
|
||||||
- 新增 TapTap OAuth 相关接口
|
|
||||||
```
|
|
||||||
// 登陆
|
|
||||||
TapLogin.Login();
|
|
||||||
// 登出
|
|
||||||
TapLogin.Logout();
|
|
||||||
```
|
|
||||||
- 新增篝火测试资格
|
|
||||||
```
|
|
||||||
var boolean = await TapLogin.GetTestQualification();
|
|
||||||
```
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- TapTap.Common v3.0.0
|
- TapTap.Common v3.1.0
|
|
@ -2,10 +2,10 @@
|
||||||
"name": "com.taptap.tds.login",
|
"name": "com.taptap.tds.login",
|
||||||
"displayName": "TapTap Login",
|
"displayName": "TapTap Login",
|
||||||
"description": "TapTap Develop Service",
|
"description": "TapTap Develop Service",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue