日文资源文件

实现重新加载功能
收藏界面UI调整
This commit is contained in:
2025-10-09 17:36:06 +08:00
parent fac6f23356
commit 44cc76d2e3
15 changed files with 377 additions and 85 deletions

View File

@@ -114,6 +114,7 @@ fun CommentNoticeScreen() {
Spacer(modifier = Modifier.height(16.dp))
ReloadButton(
onClick = {
viewModel.initData(context, force = true)
}
)
}