Skip to content

Commit b834000

Browse files
authored
Update README with additional SDK file details
1 parent 8cd3d66 commit b834000

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ TapSDK PC 版是专为通过 TapTap 启动器运行的 PC 游戏设计的 C++ SD
1717
请访问 [Releases](https://github.com/taptap/TapSDK-PC-cpp/releases) 页面下载最新版本的 SDK。
1818

1919
每个 release 包含:
20-
- `taptap_api.h` - C++ 头文件
21-
- `taptap_api.dll` - 动态链接库文件
20+
- taptap_api.h - 基础功能 C++ 头文件
21+
- taptap_achievement.h - 成就功能 C++ 头文件
22+
- taptap_cloudsave.h - 云存档功能 C++ 头文件
23+
- taptap_compliance.h - 合规认证功能 C++ 头文件
24+
- taptap_leaderboard.h - 排行榜功能 C++ 头文件
25+
- taptap_onlinebattle.h - 多人联机功能 C++ 头文件
26+
- taptap_relation.h - 好友功能 C++ 头文件
27+
- taptap_api.dll - 动态链接库文件
28+
- taptap_api.lib - 导入库文件
2229

2330
### 文档
2431

@@ -47,8 +54,15 @@ TapSDK PC is a C++ SDK designed specifically for PC games running through the Ta
4754
Please visit the [Releases](https://github.com/taptap/TapSDK-PC-cpp/releases) page to download the latest version of the SDK.
4855

4956
Each release includes:
50-
- `taptap_api.h` - C++ header file
51-
- `taptap_api.dll` - Dynamic link library file
57+
- taptap_api.h: Header file for basic features API (initialization, callback registration, user authorization, license verification, consistent random number, etc.)
58+
- taptap_achievement.h: Header file for achievement feature API
59+
- taptap_cloudsave.h: Header file for cloud save feature API
60+
- taptap_compliance.h: Header file for compliance feature API
61+
- taptap_leaderboard.h: Header file for leaderboard feature API
62+
- taptap_onlinebattle.h: Header file for online multiplayer feature API
63+
- taptap_relation.h: Header file for relation feature API
64+
- taptap_api.dll: Dynamic library file (Windows)
65+
- taptap_api.lib: Import library file (Windows)
5266

5367
### Documentation
5468

0 commit comments

Comments
 (0)