Skip to content

Commit

Permalink
docs: formatting (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchMan-Wang authored Sep 19, 2024
1 parent 26fa002 commit 7433c3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cn/docs/sdk/taptap-login/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ iOS 提供通过添加 cocosPod 远程依赖和使用本地文件导入两种集

<CodeBlock>{` pod 'TapTapLoginSDK', '~> ${v4SDKVersions.taptap.ios }'`}</CodeBlock>

2. 执行 `Pod install` 下载对应依赖文件
2. 执行 `pod install` 下载对应依赖文件

3. 将工程 Pods 目录下 `TapTapLoginSDK/Frameworks/TapTapLoginResource.bundle`
等资源文件导入工程中

Expand Down Expand Up @@ -373,7 +374,7 @@ import TapTapCoreSDK
let options = TapTapSdkOptions()
options.clientId = "your_client_id" // 必须,开发者中心对应 Client ID
options.clientToken = "your_client_token" // 必须,开发者中心对应 Client Token
options.region = .CN // .CN:中国大陆,.overseas:其他国家或地区
options.region = .CN // .CN:中国大陆,.overseas其他国家或地区
options.enableLog = enableLog.selectedSegmentIndex == 0 // 是否开启 log,建议 Debug 开启,Release 关闭,默认关闭 log
options.preferredLanguage = TapLanguageType.auto // 语言设置,默认跟随系统,当系统语言不支持时,国内为中文,海外为英文

Expand Down

0 comments on commit 7433c3d

Please sign in to comment.