Skip to content

Commit

Permalink
附件上传
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jan 23, 2019
1 parent fb76731 commit 7aeb674
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"server": window.location.protocol +'//'+ window.location.host + window.location.pathname+ '../server/index.php?s=',
//"lang" :'en'
"lang" :'zh-cn'
}</script><link href=./static/css/app.714e15c5f5de1b750711cdebe15b0cce.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.dee96dc0e0e369aa4c4a.js></script><script type=text/javascript src=./static/js/vendor.ba24f6ccee070864d547.js></script><script type=text/javascript src=./static/js/app.2fe3d941161dc483a773.js></script></body></html>
}</script><link href=./static/css/app.bc5a4eac249a189ff18cfab323a7b1a7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.372642fcc4f1566fb72d.js></script><script type=text/javascript src=./static/js/vendor.89634a082eb5b01cb6e2.js></script><script type=text/javascript src=./static/js/app.fd7449ceb77d229b8f6a.js></script></body></html>
1 change: 0 additions & 1 deletion web/static/css/app.714e15c5f5de1b750711cdebe15b0cce.css

This file was deleted.

1 change: 1 addition & 0 deletions web/static/css/app.bc5a4eac249a189ff18cfab323a7b1a7.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.2fe3d941161dc483a773.js

This file was deleted.

1 change: 1 addition & 0 deletions web/static/js/app.fd7449ceb77d229b8f6a.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/static/js/vendor.89634a082eb5b01cb6e2.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/vendor.ba24f6ccee070864d547.js

This file was deleted.

8 changes: 8 additions & 0 deletions web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,12 @@ exports.default = {

"name":"name",
"name_tips":"your real name",

"attachment":"attachment",
"upload":"upload",
"upload_file":"upload file",
"file_name":"file name",
"download":"download",
"file_size_tips":"less than 4M",

};
7 changes: 7 additions & 0 deletions web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,11 @@ exports.default = {
"name":"姓名",
"name_tips":"推荐使用真实姓名",

"attachment":"附件",
"upload":"上传",
"upload_file":"上传文件",
"file_name":"文件名",
"download":"下载",
"file_size_tips":"文件大小在4M内",

};

0 comments on commit 7aeb674

Please sign in to comment.