Skip to content

Commit

Permalink
v2.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Apr 28, 2021
1 parent 3908fb0 commit 1ef930b
Show file tree
Hide file tree
Showing 8 changed files with 10 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.15",
"version":"v2.8.16",
"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.dce040fa3e0f48279ab876530e0422ef.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.1eb6213d11eb61d1bd46.js></script><script type=text/javascript src=./static/js/app.0e27a0df21522c73317a.js></script></body></html>
}</script><link href=./static/css/app.0ae721dbe4261bc47128cdf3a48a4e2f.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.1eb6213d11eb61d1bd46.js></script><script type=text/javascript src=./static/js/app.9af741fc1118fd1ab9de.js></script></body></html>
1 change: 1 addition & 0 deletions web/static/css/app.0ae721dbe4261bc47128cdf3a48a4e2f.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/css/app.dce040fa3e0f48279ab876530e0422ef.css

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ exports.default = {
copy_or_mv_cat: 'Copy or move catalog',
copy_to: 'Copy To',
move_to: 'Move To',
remark: 'remark'
remark: 'remark',

used_space: 'Used pace'

}
4 changes: 3 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,7 @@ exports.default = {
copy_or_mv_cat: '复制或移动目录',
copy_to: '复制到',
move_to: '移动到',
remark: '备注'
remark: '备注',

used_space: '已使用空间'
}

0 comments on commit 1ef930b

Please sign in to comment.