更新消息功能

- 将硬编码的标题字符串替换为字符串资源。
- 添加了新的字符串资源用于评论计数、评论提示和关注按钮。
This commit is contained in:
2024-09-01 20:59:42 +08:00
parent 8b49dc78d8
commit c08e6a0d62
5 changed files with 14 additions and 7 deletions

View File

@@ -15,4 +15,7 @@
<string name="favourites_upper">收藏</string>
<string name="notifications_upper">消息</string>
<string name="following_upper">关注中</string>
<string name="comment_count">%d条评论</string>
<string name="post_comment_hint">说点什么</string>
<string name="follow_upper">关注</string>
</resources>