新增重置密码校验

This commit is contained in:
2024-10-04 23:37:38 +08:00
parent c2764754fd
commit 40bbb8a0a0
11 changed files with 199 additions and 100 deletions

View File

@@ -79,4 +79,6 @@
<string name="like_your_post">喜欢了你的动态</string>
<string name="favourite_your_post">收藏了你的动态</string>
<string name="like_your_comment">喜欢了你的评论</string>
<string name="resend">重新发送 %s</string>
<string name="error_40002_user_not_exist">用户不存在</string>
</resources>

View File

@@ -78,4 +78,6 @@
<string name="like_your_post">Like your post</string>
<string name="favourite_your_post">Favourite your post</string>
<string name="like_your_comment">Like your comment</string>
<string name="resend">Resend in %s</string>
<string name="error_40002_user_not_exist">user not exist</string>
</resources>