feat(README): update README

xiaoyi 2021-04-12 11:24:42 +08:00
parent 40f02fa5b0
commit 21efc2b00f
4 changed files with 37 additions and 6 deletions

View File

@ -0,0 +1,21 @@
# ChangeLog
## 2.1.0
### Feature
* 支持性改动用于 TapTap.Friends
### Dependencies
* TapTap.Common v2.1.0
## 2.0.0
### Feature
* TapTap Bootstrap
### Dependencies
* TapTap.Common v2.0.0

View File

@ -1,12 +1,17 @@
# 使用 TapTap.Bootstrap
## 1.命名空间
## 使用前提
使用 TapTap.Bootstrap 前提是必须依赖以下库:
* [TapTap.Common](https://github.com/TapTap/TapCommon-Unity.git)
## 命名空间
```c#
using TapBootstrapSDK;
using TapTap.Bootstrap;
```
## 2.接口描述
## 接口描述
### 初始化

View File

@ -1,12 +1,17 @@
# [使用 TapTap.Bootstrap ](./Documentations/README.md)
# [使用 TapTap.Bootstrap ](./Documentation/README.md)
## 1.命名空间
## 使用前提
使用 TapTap.Bootstrap 前提是必须依赖以下库:
* [TapTap.Common](https://github.com/TapTap/TapCommon-Unity.git)
## 命名空间
```c#
using TapTap.Bootstrap;
```
## 2.接口描述
## 接口描述
### 初始化