Skip to content

Commit

Permalink
v2.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Dec 8, 2021
1 parent 220bf61 commit f6fca83
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.9.13",
"version":"v2.9.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 @@ -15,4 +15,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.54673030f3139c59a0b6c899179bb828.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.ac844afeab074526e9d5.js></script></body></html>
}</script><link href=./static/css/app.402e67a79481a3fbc621aea296015921.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.39a1324593e0733a770b.js></script></body></html>
11 changes: 11 additions & 0 deletions web/static/css/app.402e67a79481a3fbc621aea296015921.css

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions web/static/css/app.54673030f3139c59a0b6c899179bb828.css

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

history_version_count: 'History versions',
history_version_count_content:
'Each time you edit a page, a historical version of the page is generated. Here is the number of historical versions kept. Only the latest 20 versions are reserved by default'
'Each time you edit a page, a historical version of the page is generated. Here is the number of historical versions kept. Only the latest 20 versions are reserved by default',

refresh_cat: 'Refresh directory list',
go_add_cat: 'To create a new directory ',
all_member_read: 'Set all to read-only'

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

history_version_count: '历史版本数量',
history_version_count_content:
'每次编辑页面都会生成一个页面的历史版本。这里是保留的历史版本数量。默认只保留最新的20个版本'
'每次编辑页面都会生成一个页面的历史版本。这里是保留的历史版本数量。默认只保留最新的20个版本',

refresh_cat: '刷新目录列表',
go_add_cat: '去新建目录',
all_member_read: '全部设置为只读'
}

0 comments on commit f6fca83

Please sign in to comment.