feat: 优化无文件提示文案

This commit is contained in:
lisonge 2023-12-17 16:54:38 +08:00
parent 153448f5e0
commit 2ea4242966

View File

@ -97,7 +97,7 @@ fun SubsItemCard(
}
} else {
Text(
text = "本地无订阅文件,请刷新",
text = "本地无订阅文件,请下拉刷新",
maxLines = 1,
softWrap = false,
overflow = TextOverflow.Ellipsis