docs(fix): normalized

This commit is contained in:
2025-08-03 02:17:20 +08:00
parent 8f88c78852
commit 511f569297
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ libraries:
version: +
```
Configure dependency in your project `build.gradle.kts`.
Configure dependency in your project's `build.gradle.kts`.
```kotlin
implementation(com.highcapable.pangutext.pangutext.android)

View File

@@ -6,9 +6,9 @@
项目需要使用 `Android Studio``IntelliJ IDEA` 创建且类型为 Android 或 Kotlin Multiplatform 项目并已集成 Kotlin 环境依赖。
- Android Studio (建议 [这里](https://developer.android.com/studio) 获取最新版本)
- Android Studio (建议 [这里](https://developer.android.com/studio) 获取最新版本)
- IntelliJ IDEA (建议 [这里](https://www.jetbrains.com/idea) 获取最新版本)
- IntelliJ IDEA (建议 [这里](https://www.jetbrains.com/idea) 获取最新版本)
- Kotlin 1.9.0+、Gradle 8+、Java 17+、Android Gradle Plugin 8+