Skip to content

Commit 3d55fde

Browse files
authored
Create README.md
0 parents  commit 3d55fde

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

README.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# TapSDK PC C++
2+
3+
[English](#english) | [中文](#中文)
4+
5+
---
6+
7+
## 中文
8+
9+
### 产品介绍
10+
11+
TapSDK PC 版是专为通过 TapTap 启动器运行的 PC 游戏设计的 C++ SDK。它提供了与 TapTap 平台深度集成的功能,包括用户授权、正版验证(买断制游戏)等核心服务。
12+
13+
### 获取 SDK
14+
15+
**注意:本仓库不包含 SDK 源代码。**
16+
17+
请访问 [Releases](https://github.com/taptap/TapSDK-PC-cpp/releases) 页面下载最新版本的 SDK。
18+
19+
每个 release 包含:
20+
- `taptap_api.h` - C++ 头文件
21+
- `taptap_api.dll` - 动态链接库文件
22+
23+
### 文档
24+
25+
完整的集成指南、API 参考和使用示例,请访问:
26+
27+
📖 **[TapSDK PC C++ 官方文档](https://developer.taptap.cn/docs/sdk/pc-sdk/overview/)**
28+
29+
### 支持
30+
31+
如有问题或建议,请通过以下方式联系我们:
32+
- 💬 开发者中心:[TapTap 开发者中心](https://developer.taptap.cn/)
33+
- 🎫 工单咨询:[提交工单](https://developer.taptap.cn/docs/store/#%E4%BA%8C%E5%B7%A5%E5%8D%95%E5%92%A8%E8%AF%A2)
34+
35+
---
36+
37+
## English
38+
39+
### Introduction
40+
41+
TapSDK PC is a C++ SDK designed specifically for PC games running through the TapTap launcher. It provides deep integration with the TapTap platform, including user authorization, license verification (for premium games), and other core services.
42+
43+
### Getting the SDK
44+
45+
**Note: This repository does not contain SDK source code.**
46+
47+
Please visit the [Releases](https://github.com/taptap/TapSDK-PC-cpp/releases) page to download the latest version of the SDK.
48+
49+
Each release includes:
50+
- `taptap_api.h` - C++ header file
51+
- `taptap_api.dll` - Dynamic link library file
52+
53+
### Documentation
54+
55+
For complete integration guides, API reference, and usage examples, please visit:
56+
57+
📖 **[TapSDK PC C++ Official Documentation](https://developer.taptap.cn/docs/sdk/pc-sdk/overview/)**
58+
59+
### Support
60+
61+
For questions or suggestions, please contact us through:
62+
- 💬 Developer Center: [TapTap Developer Center](https://developer.taptap.cn/)
63+
- 🎫 Support Tickets: [Submit Ticket](https://developer.taptap.cn/docs/store/#%E4%BA%8C%E5%B7%A5%E5%8D%95%E5%92%A8%E8%AF%A2)
64+
65+
---
66+
67+
## Contributing
68+
69+
This repository is for SDK distribution only. The SDK itself is not open source.
70+
71+
For bug reports, feature requests, or general questions, please submit a support ticket through the [TapTap Developer Center](https://developer.taptap.cn/docs/store/#%E4%BA%8C%E5%B7%A5%E5%8D%95%E5%92%A8%E8%AF%A2).

0 commit comments

Comments
 (0)