Skip to content

Commit d8a18b0

Browse files
committed
refactor(yogurt): depend on org.ntqqrev:ktfs, and remove yogurt-fs
1 parent 70e4e71 commit d8a18b0

21 files changed

Lines changed: 15 additions & 767 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- `yogurt` - 基于 `acidify-core` 的 QQ 协议端 [![GitHub Release](https://img.shields.io/github/v/release/SaltifyDev/yogurt-releases?label=GitHub%20release)](https://github.com/SaltifyDev/yogurt-releases)
2222
- `@acidify/yogurt` - Yogurt 的预编译二进制包 [![npm](https://img.shields.io/npm/v/%40acidify%2Fyogurt)](https://www.npmjs.com/package/@acidify/yogurt)
2323
- `yogurt-jvm` - Yogurt 的 JVM 平台适配 (Workaround for Ktor plugin's incompatibility issue)
24-
- `yogurt-fs` - Yogurt 的文件系统适配层(在 Windows 上重新实现文件系统,在其他平台上包装 `kotlinx-io` 的实现)
2524

2625
## 支持平台
2726

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ktor = "3.4.2"
1313

1414
milky = "1.2.0"
1515
acidify-codec = "0.1.0"
16+
ktfs = "0.1.1"
1617
kompress = "1.3.1"
1718
qr-matrix = "0.1.0"
1819
xmlutil = "1.0.0-rc2"
@@ -58,6 +59,7 @@ ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx
5859
milky-types = { module = "org.ntqqrev:milky-kt-types", version.ref = "milky" }
5960

6061
acidify-codec = { module = "org.ntqqrev:acidify-codec", version.ref = "acidify-codec" }
62+
ktfs = { module = "org.ntqqrev:ktfs", version.ref = "ktfs" }
6163
kompress = { module = "dev.karmakrafts.kompress:kompress-core", version.ref = "kompress" }
6264
qr-matrix = { module = "org.ntqqrev:qr-matrix", version.ref = "qr-matrix" }
6365
xmlutil-core = { module = "io.github.pdvrieze.xmlutil:core", version.ref = "xmlutil" }

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ include(
2222
":acidify-milky",
2323
":yogurt",
2424
":yogurt-jvm",
25-
":yogurt-fs",
2625
)
2726

2827
rootProject.name = "acidify"

yogurt-fs/build.gradle.kts

Lines changed: 0 additions & 28 deletions
This file was deleted.

yogurt-fs/src/commonMain/kotlin/org/ntqqrev/yogurt/fs/FileSystem.kt

Lines changed: 0 additions & 52 deletions
This file was deleted.

yogurt-fs/src/commonTest/kotlin/org/ntqqrev/yogurt/fs/FileSystemTest.kt

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)