enhance: Settings and Virtual Button Management

- 用 `reorderable` 重构排序组件
- 重构虚拟按钮配置储存逻辑
- 虚拟图标现在可以选择是否显示文字描述
- 统一所有图标风格为 `Rounded`
- `StatusCard` 状态卡大卡的颜色现在优先取决于应用内设置,而非系统设置
This commit is contained in:
Miuzarte
2026-03-22 17:32:24 +08:00
parent 4c7cf64b98
commit 57d2af638a
18 changed files with 598 additions and 502 deletions

View File

@@ -96,6 +96,7 @@ dependencies {
implementation("org.lsposed.libcxx:libcxx:27.0.12077973")
implementation("org.bouncycastle:bcpkix-jdk18on:1.80")
implementation("org.conscrypt:conscrypt-android:2.5.2")
implementation("sh.calvin.reorderable:reorderable:3.0.0")
testImplementation(libs.junit)
androidTestImplementation(platform(libs.androidx.compose.bom))