Skip to content

Commit

Permalink
v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed May 21, 2021
1 parent fe9b8a0 commit 2ad143c
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 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.9.1",
"version":"v2.9.2",
"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 @@ -16,4 +16,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.c4490050a5fc4066781c455caa321f9d.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.53f39f7954339fc46d22.js></script></body></html>
}</script><link href=./static/css/app.0f6b6320e3dd735348fa3ddc9aa01279.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.62869c04abf30a8296a8.js></script></body></html>
11 changes: 11 additions & 0 deletions web/static/css/app.0f6b6320e3dd735348fa3ddc9aa01279.css

Large diffs are not rendered by default.

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

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,14 @@ exports.default = {
qcloud: 'qcloud',
binding_item: 'Binding item',
addtime: 'addtime',
system_update: 'System update'
system_update: 'System update',

}
group_name: 'group name',
add_group: 'New group',
all_items: 'All items',
manage_item_group: 'Manage group',
draggable_tips: 'Press and hold to drag sort',
item_group_empty_tips: 'There is no grouping data. You can click the top right corner to create a new group',
select_item: 'Select item'

}
10 changes: 9 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,13 @@ exports.default = {
qcloud: '腾讯云',
binding_item: '绑定项目',
addtime: '添加时间',
system_update: '系统更新'
system_update: '系统更新',

group_name: '组名',
add_group: '新建分组',
all_items: '所有项目',
manage_item_group: '项目分组管理',
draggable_tips: '按住可拖动排序',
item_group_empty_tips: '暂无分组数据。可点击右上角新建分组',
select_item: '选择项目'
}

0 comments on commit 2ad143c

Please sign in to comment.