Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add tap-kit download link & add tips for sdk download #1173

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cn/docs/tap-download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ import CodeBlock from '@theme/CodeBlock';

## TapSDK

:::tip
TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接入,我们将每一个子服务使用一个独立模块来对外提供服务,由易玩(上海)网络科技有限公司开发提供。[SDK 隐私政策](https://developer.taptap.cn/docs/sdk/start/agreement/)、[SDK 合规使用说明](https://developer.taptap.cn/docs/sdk/start/compliance/);
:::

<h3> Android { v4SDKVersions.taptap.android}</h3>

| 模块名称 | 依赖名 | 下载地址 |
| ------ | ------ | ------ |
| 基础工具 | tap-kit | https://mvnrepository.com/artifact/com.taptap.sdk/tap-kit |
| 核心模块 | tap-core | https://mvnrepository.com/artifact/com.taptap.sdk/tap-core |
| 登录 | tap-login | https://mvnrepository.com/artifact/com.taptap.sdk/tap-login |
| 合规认证 | tap-compliance | https://mvnrepository.com/artifact/com.taptap.sdk/tap-compliance |
Expand Down
Loading