Skip to content

Commit

Permalink
v2.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Apr 11, 2021
1 parent d94f9b4 commit f191162
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
"keywords": ["showdoc","documents","Api"],
"homepage": "https://github.com/star7th/showdoc",
"version":"v2.8.13",
"version":"v2.8.14",
"license": "Apache-2.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,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.661f55c3c62661e59f5700d5a4e24183.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.451f9dec262f7b7fd825.js></script><script type=text/javascript src=./static/js/app.95fe9b2a951ae715f425.js></script></body></html>
}</script><link href=./static/css/app.c06987451a6b21fa695aa151f3517030.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.451f9dec262f7b7fd825.js></script><script type=text/javascript src=./static/js/app.f7e25db7ba5399b3eb93.js></script></body></html>
1 change: 0 additions & 1 deletion web/static/css/app.661f55c3c62661e59f5700d5a4e24183.css

This file was deleted.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.95fe9b2a951ae715f425.js

This file was deleted.

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

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ exports.default = {

from_file_gub: 'From FileHub',
file_gub: 'FileHub',
select: 'select'
select: 'select',

copy_or_mv_cat: 'Copy or move catalog',
copy_to: 'Copy To',
move_to: 'Move To',
remark: 'remark'

}
7 changes: 6 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,10 @@ exports.default = {

from_file_gub: '从文件库选择',
file_gub: '文件库',
select: '选择'
select: '选择',

copy_or_mv_cat: '复制或移动目录',
copy_to: '复制到',
move_to: '移动到',
remark: '备注'
}

0 comments on commit f191162

Please sign in to comment.