Skip to content

Commit

Permalink
v2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 23, 2022
1 parent 08eb05e commit 203c5ad
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 37 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.3",
"version": "v2.10.4",
"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.f33b57ab6f2f2857846604e1ba93e3f8.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.e045bf988d7253e3de19.js></script><script type=text/javascript src=./static/js/app.879c793351fb436498b2.js></script></body></html>
}</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>
17 changes: 17 additions & 0 deletions web/static/css/app.c41897af21cf2a4b6fe4643c5c4a6763.css

Large diffs are not rendered by default.

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

This file was deleted.

1 change: 1 addition & 0 deletions web/static/highlight/atom-one-dark.min.css

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

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

Large diffs are not rendered by default.

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

This file was deleted.

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,5 +520,16 @@ exports.default = {

edit_member: 'Edit member',
readonly_member: 'Readonly member',
item_admin: 'Item administrator'
item_admin: 'Item administrator',

sql_to_markdown_table: 'SQL to table',
sql_to_markdown_table_description:
'You can enter a paragraph of SQL to create a table here (usually starting with create table). The program will automatically insert a table in markdown format according to the SQL to describe the data dictionary of the table',
logout_redirect_uri_desc:
'Optional. This URL is redirected when the user logs out',

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'
}
12 changes: 11 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,15 @@ exports.default = {

edit_member: '编辑成员',
readonly_member: '只读成员',
item_admin: '项目管理员'
item_admin: '项目管理员',

sql_to_markdown_table: 'SQL转表格',
sql_to_markdown_table_description:
'你可以在此输入一段创建表的SQL(通常是以CREATE TABLE开头),程序会根据SQL来自动插入一个markdown格式的表格,用以描述该表的数据字典',
logout_redirect_uri_desc: '选填项。当用户退出登录时,将重定向到此url',

past_html_tips:
'检测到你要粘贴的内容可能包含html标签和样式,是否需要尝试转换成markdown格式?如不需要,你可以点击下方的粘贴纯文本按钮',
past_html_markdown: '尝试 html 转 markdown',
past_html_text: '粘贴纯文本'
}

0 comments on commit 203c5ad

Please sign in to comment.