Skip to content

Commit

Permalink
v2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Apr 14, 2022
1 parent 8b86dc9 commit 2d52caa
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 24 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.4",
"version": "v2.10.5",
"license": "Apache-2.0",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=renderer content=webkit><meta http-equiv=X-UA-Compatible content=edge><meta http-equiv=Expires content=0><meta http-equiv=Pragma content=no-cache><meta http-equiv=Cache-control content="no-cache, no-store, must-revalidate"><meta http-equiv=Cache content=no-cache><title>ShowDoc</title><meta name=keywords content=""><meta name=description content=本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn><script type=text/javascript>var Wwidth = window.innerWidth
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=renderer content=webkit><meta http-equiv=X-UA-Compatible content=edge><meta http-equiv=Expires content=0><meta http-equiv=Pragma content=no-cache><meta http-equiv=Cache-control content="no-cache, no-store, must-revalidate"><meta http-equiv=Cache content=no-cache><title>ShowDoc</title><meta name=keywords content=""><meta name=description content=一个非常适合IT团队的API文档、技术文档工具><script type=text/javascript>var Wwidth = window.innerWidth
window.addEventListener('resize', function() {
/// 宽度变化大于50像素的时候刷新整个窗口以适应新宽度
if (Math.abs(Wwidth - window.innerWidth) > 50) {
Expand All @@ -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.c41897af21cf2a4b6fe4643c5c4a6763.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.a9731c16f14c62ca401a.js></script><script type=text/javascript src=./static/js/app.30eab0545f3d4a3fabfb.js></script></body></html>
}</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>
17 changes: 0 additions & 17 deletions web/static/css/app.c41897af21cf2a4b6fe4643c5c4a6763.css

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,5 +531,9 @@ exports.default = {
past_html_tips:
"It is detected that the content you want to paste may contain HTML tags and styles. Do you need to try to convert it to markdown format? If you don't need it, you can click the paste plain text button below",
past_html_markdown: 'Try HTML to markdown',
past_html_text: 'Paste plain text'
past_html_text: 'Paste plain text',

team_exit: 'Quit',
team_exit_confirm:
'Are you sure to quit the team? After quitting, you will lose all project permissions under the team'
}
5 changes: 4 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,8 @@ exports.default = {
past_html_tips:
'检测到你要粘贴的内容可能包含html标签和样式,是否需要尝试转换成markdown格式?如不需要,你可以点击下方的粘贴纯文本按钮',
past_html_markdown: '尝试 html 转 markdown',
past_html_text: '粘贴纯文本'
past_html_text: '粘贴纯文本',

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

0 comments on commit 2d52caa

Please sign in to comment.