Skip to content

Commit

Permalink
feat: 优化无文件提示文案
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 17, 2023
1 parent 153448f commit 2ea4242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fun SubsItemCard(
}
} else {
Text(
text = "本地无订阅文件,请刷新",
text = "本地无订阅文件,请下拉刷新",
maxLines = 1,
softWrap = false,
overflow = TextOverflow.Ellipsis
Expand Down

0 comments on commit 2ea4242

Please sign in to comment.