Skip to content

Commit

Permalink
v2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jun 21, 2022
1 parent e67aeef commit 6fdf806
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 48 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Api"
],
"homepage": "https://github.com/star7th/showdoc",
"version": "v2.10.5",
"version": "v2.10.6",
"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.d3773b1c79b5e317a2ba9b1ed0868bbf.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1bb2185ce4d6640ca7ff.js></script><script type=text/javascript src=./static/js/app.bcfd8f781ec66039c05b.js></script></body></html>
}</script><link href=./static/css/app.adfcf7a4493d2bd1b10c2897b05b087f.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.852f3a20a3f7332656a1.js></script><script type=text/javascript src=./static/js/app.39d434c2baea6fc48453.js></script></body></html>
17 changes: 17 additions & 0 deletions web/static/css/app.adfcf7a4493d2bd1b10c2897b05b087f.css

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions web/static/css/app.d3773b1c79b5e317a2ba9b1ed0868bbf.css

This file was deleted.

2 changes: 1 addition & 1 deletion web/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ padding-bottom: 30px;
height: 617px;
}
.hfoot{
height: 594px;
height: 680px;
background: url(../imgs/home9.png) no-repeat center top #fff;
color: #111111;
text-align: center;
Expand Down
Binary file added web/static/imgs/case-logo/baidu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/static/imgs/case-logo/huawei_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/static/imgs/case-logo/jingdong.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/static/imgs/case-logo/shunfeng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/static/imgs/case-logo/tencent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/static/imgs/case-logo/zijie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/static/js/app.39d434c2baea6fc48453.js

Large diffs are not rendered by default.

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

This file was deleted.

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 @@ -535,5 +535,7 @@ exports.default = {

team_exit: 'Quit',
team_exit_confirm:
'Are you sure to quit the team? After quitting, you will lose all project permissions under the team'
'Are you sure to quit the team? After quitting, you will lose all project permissions under the team',

expand_collapse_catalog_tips: 'Expand all catalogs / collapse all catalogs'
}
4 changes: 3 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,5 +510,7 @@ exports.default = {
past_html_text: '粘贴纯文本',

team_exit: '退出团队',
team_exit_confirm: '你确认退出团队吗?退出后,你将失去改团队下所有项目权限'
team_exit_confirm: '你确认退出团队吗?退出后,你将失去改团队下所有项目权限',

expand_collapse_catalog_tips: '展开全部目录/折叠全部目录'
}

0 comments on commit 6fdf806

Please sign in to comment.