diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8365c24..e238289 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -54,4 +54,4 @@ android:exported="false" /> - \ No newline at end of file + diff --git a/core/src/main/kotlin/plus/rua/project/ui/ShiftPatternScreen.kt b/core/src/main/kotlin/plus/rua/project/ui/ShiftPatternScreen.kt index ea35306..3fb57c0 100644 --- a/core/src/main/kotlin/plus/rua/project/ui/ShiftPatternScreen.kt +++ b/core/src/main/kotlin/plus/rua/project/ui/ShiftPatternScreen.kt @@ -160,6 +160,11 @@ fun ShiftPatternScreen(onBack: () -> Unit) { style = MaterialTheme.typography.labelSmall, color = MaterialTheme.colorScheme.onSurfaceVariant ) + Text( + text = "图例:班(蓝)/休(红)/断点(琥珀)", + style = MaterialTheme.typography.labelSmall, + color = MaterialTheme.colorScheme.onSurfaceVariant + ) OutlinedButton( onClick = { showResetDialog = true },