feat(README): update doc
parent
45ae60136e
commit
05a3071850
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### Feature
|
### Feature
|
||||||
|
|
||||||
* Android 新增 TapTap 执行性功能
|
* Android 新增 TapTap App 相关支持功能
|
||||||
* 新增长链接支持 TapTap.Friends
|
* 新增长链接支持 TapTap.Friends
|
||||||
* 海内外域名切换
|
* 海内外域名切换
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,8 @@
|
||||||
# TapTap.Common
|
## [TapTap.Common](./Documentation/README.md)
|
||||||
|
|
||||||
### 命名空间
|
|
||||||
```c#
|
|
||||||
using TapTap.Common;
|
|
||||||
```
|
|
||||||
|
|
||||||
### 接口描述
|
### 接口描述
|
||||||
|
|
||||||
#### 1.设置语言
|
#### 1.获取地区
|
||||||
|
|
||||||
```c#
|
|
||||||
TapCommon.SetLanguage(string language);
|
|
||||||
```
|
|
||||||
|
|
||||||
#### 2.获取地区
|
|
||||||
|
|
||||||
```c#
|
```c#
|
||||||
TapCommon.GetRegionCode(isMainland =>
|
TapCommon.GetRegionCode(isMainland =>
|
||||||
|
|
Loading…
Reference in New Issue