feat: add upload logic.

This commit is contained in:
2021-12-31 18:05:13 +08:00
parent 317aa006e3
commit 048c54e080
21 changed files with 317 additions and 49 deletions
+8
View File
@@ -138,6 +138,14 @@
"upload_and_share": {
"title": "Share the scheme at the same time?",
"description": "If you select [Share], other users can see this scheme and download it;\nIf you select [Cancel], you can still find this scheme in the [My Upload] list and share."
},
"user_blocked_hint": {
"title": "The account has been blocked!",
"description": "If you have any questions, please contact me using email."
},
"upload": {
"success": "Upload success ~",
"failed": "Upload failed.."
}
},
"me": {
+8
View File
@@ -138,6 +138,14 @@
"upload_and_share": {
"title": "是否同时分享到方案市场?",
"description": "如果选择[分享],其他用户可以看到本方案并下载使用;\n如果选择[放弃],您仍可以稍后在[我的上传]列表中找到本方案进行操作。"
},
"user_blocked_hint": {
"title": "该账号已被封禁!",
"description": "如有疑问请通过发送邮件联系"
},
"upload": {
"success": "上传成功~",
"failed": "上传失败。。"
}
},
"me": {