Skip to content

Commit

Permalink
v2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jun 17, 2019
1 parent 8082c7b commit 5738397
Show file tree
Hide file tree
Showing 8 changed files with 13 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.4.11",
"version":"v2.4.12",
"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 @@ -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.4846f52672b53b254d5ad66dfc8dcda6.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.421f2040f7a60fdeac29.js></script><script type=text/javascript src=./static/js/vendor.3015ff35497f22398e85.js></script><script type=text/javascript src=./static/js/app.f7cc69c06228eaa89c60.js></script></body></html>
}</script><link href=./static/css/app.28d5064c2789eb78df12e8f7e57270af.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.f3968dbddabf62ef8d31.js></script><script type=text/javascript src=./static/js/vendor.3015ff35497f22398e85.js></script><script type=text/javascript src=./static/js/app.9fde579a816759082003.js></script></body></html>

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

4 changes: 3 additions & 1 deletion web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,7 @@ exports.default = {
"private_item":"private item",
"private_item_passwrod":"Please set a password for private item",


"create_sigle_page":"I want to create a single page address",
"create_sigle_page_tips":"When you just want to share a page and not the whole project, you can choose to share a single page address. After sharing, your friends will only see a single page, can not browse the catalog menu, and can not switch to other pages to view.",

};
5 changes: 5 additions & 0 deletions web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,9 @@ exports.default = {
"Open_item":"公开项目",
"private_item":"私密项目",
"private_item_passwrod":"私密项目请设置访问密码",

"create_sigle_page":"我要创建单页面地址",
"create_sigle_page_tips":"当仅仅想分享某个页面、而不想分享整个项目的时候,你可以选择分享单页面地址。分享出去后,你的好友将仅仅只看到单个页面,无法浏览目录菜单,也无法切换到其他页面查看。",


};

0 comments on commit 5738397

Please sign in to comment.