[优化] 优化了替换净化置顶置底逻辑,回归了时间排序下的拖动排序

This commit is contained in:
HapeLee
2025-12-27 04:21:36 +08:00
parent e2e980269c
commit 9d9edb2376
11 changed files with 218 additions and 132 deletions
+4
View File
@@ -72,6 +72,8 @@ zxingLite = "3.3.0"
koin-bom = "4.1.1"
biometricKtx = "1.1.0"
reorderable = "3.0.0"
[libraries]
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanistWebview" }
@@ -214,6 +216,8 @@ renderscript-intrinsics-replacement-toolkit = { module = "com.github.TomasValent
zxing-lite = { module = "com.github.jenly1314:zxing-lite", version.ref = "zxingLite" }
androidx-biometric-ktx = { group = "androidx.biometric", name = "biometric-ktx", version.ref = "biometricKtx" }
reorderable = { module = "sh.calvin.reorderable:reorderable", version.ref = "reorderable" }
[bundles]
coroutines = ["kotlinx-coroutines-core", "kotlinx-coroutines-android"]
androidTest = ["androidx-espresso-core", "androidx-junit", "androidx-runner"]