From 48d774f8109800b13124aa4ab8b5414f64cbea5c Mon Sep 17 00:00:00 2001 From: Jing <42014615+jing332@users.noreply.github.com> Date: Sun, 18 Sep 2022 10:08:28 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81f433104..94a5a48f1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ ![MIT](https://img.shields.io/badge/license-MIT-green) -[![CI](https://github.com/jing332/tts-server-android/actions/workflows/release.yml/badge.svg)](https://github.com/jing332/tts-server-go/actions/workflows/release.yml) -[![CI](https://github.com/jing332/tts-server-android/actions/workflows/test.yml/badge.svg)](https://github.com/jing332/tts-server-go/actions/workflows/test.yml) +[![CI](https://github.com/jing332/tts-server-android/actions/workflows/release.yml/badge.svg)](https://github.com/jing332/tts-server-android/actions/workflows/release.yml) +[![CI](https://github.com/jing332/tts-server-android/actions/workflows/test.yml/badge.svg)](https://github.com/jing332/tts-server-android/actions/workflows/test.yml) ![GitHub release (latest by date)](https://img.shields.io/github/downloads/jing332/tts-server-android/latest/total) # 介绍 -这是 [tts-server-go](https://github.com/jing332/tts-server-go) 的Android版本。使用Kotlin开发,通过 [Gomobile](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile) 将Go编译为Lib以供Android APP调用 - +这是 [tts-server-go](https://github.com/jing332/tts-server-go) 的Android版本。使用Kotlin开发,通过 [Gomobile](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile) 将Go编译为Lib以供Android APP调用. 关于本项目的Go Lib,见 [tts-server-lib](./tts-server-lib).