添加深色模式缺省图

This commit is contained in:
2025-11-05 21:31:11 +08:00
parent 0bbfd9b739
commit f90bfbfa0f
71 changed files with 424 additions and 86 deletions

View File

@@ -125,12 +125,13 @@ fun CommentNoticeScreen() {
) {
androidx.compose.foundation.Image(
painter = painterResource(
id =if(AppState.darkMode) R.mipmap.qst_pl_qs_as_img
id = if(AppState.darkMode) R.mipmap.tietie_dark
else R.mipmap.invalid_name_11),
contentDescription = "No Comment",
modifier = Modifier.size(181.dp)
modifier = Modifier
.size(width = 181.dp, height = 153.dp)
)
Spacer(modifier = Modifier.size(24.dp))
Spacer(modifier = Modifier.height(24.dp))
Text(
text = "等一位旅人~",
color = AppColors.text,