From 007b99dc97e7300dbb1548fb9faebddce1138e80 Mon Sep 17 00:00:00 2001 From: SageMik Date: Sat, 19 Oct 2024 17:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8e080a..5ccf885 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # simple-native +[![simple-native](https://img.shields.io/github/actions/workflow/status/SageMik/sqlite3_simple/simple.yml?branch=simple-native&label=simple-native)](https://github.com/SageMik/sqlite3_simple/tree/simple-native) + 该分支编译和维护用于主分支的 Simple 原生库。 -通过 Github Actions 进行持续集成(CI),详见 [`.github/workflow/simple.yaml`](.github/workflows/simple.yml) 。 +通过 Github Actions 进行持续集成(CI),详见 [`.github/workflow/simple.yml`](.github/workflows/simple.yml) 。 | 平台 | 持续集成 | 架构 | 备注 | | ----------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | --------------------------- | -| **Android** | 无,通过 Gradle mavenCentral() 导入:
[simple-android-native](https://github.com/SageMik/simple-android-native) | armeabi-v7a, arm64-v8a,
x86, x86_64 | Flutter Android 不支持 x86 | +| **Android** | 无,通过 Gradle mavenCentral() 导入:
[simple-native-android](https://github.com/SageMik/simple-native-android) | armeabi-v7a, arm64-v8a,
x86, x86_64 | Flutter Android 不支持 x86 | | **iOS** | 待集成,手动编译产物在主分支 | x86_64, arm64 (模拟器) | | | **Windows** | simple.dll | x64 | Flutter Windows 仅支持 x64 | | **MacOS** | libsimple.dylib | x86_64, arm64 | |