为 ColorOS 的锁屏/AOD 通知提供“底部边距”可调的 Xposed 模块。提供可视化 UI 配置,参数通过 ContentProvider 供 SystemUI 读取。
app/src/main/kotlin/com/op/notification/sinking
├─ data/ # 配置与 Provider
│ ├─ SinkingConfig.kt
│ └─ SinkingConfigProvider.kt
├─ hook/ # SystemUI Hook
│ └─ MainHook.kt
├─ ui/ # Compose UI
│ └─ MainActivity.kt
└─ HookEntry.kt # YukiHookAPI 入口
com.op.notification.sinking.configbottom_margin_dpcontent://com.op.notification.sinking.config/bottom_margin_dp./gradlew assembleDebug
APK 输出:
app/build/outputs/apk/debug/app-debug.apk
MIT
com.op.notification.sinking
Release Type: Stable
3/27/2026, 1:32:47 AM
v1.0 发布