star7th 5 years ago
parent
commit
d7b0bca689

+ 2 - 2
web/index.html

@@ -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><title>ShowDoc</title><meta name=keywords content="在线API文档 技术文档 数据字典 在线手册"><meta name=description content=一个非常适合IT团队的在线API文档、技术文档工具。你可以使用Showdoc来编写在线API文档、技术文档、数据字典、在线手册><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><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 ;
     window.addEventListener('resize', function() {
       ///宽度变化大于50像素的时候刷新整个窗口以适应新宽度
       if ( Math.abs(Wwidth - window.innerWidth) > 50 ) {
@@ -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.293e899fb703a5fd4a271a52b46266b8.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.451f9dec262f7b7fd825.js></script><script type=text/javascript src=./static/js/app.2d331ccfa7a38331f49e.js></script></body></html>
+  }</script><link href=./static/css/app.f8cc7598c47d918e7f3b233705b476fc.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.451f9dec262f7b7fd825.js></script><script type=text/javascript src=./static/js/app.f14bbe0ec35f154f3012.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
web/static/css/app.f8cc7598c47d918e7f3b233705b476fc.css


File diff suppressed because it is too large
+ 0 - 0
web/static/js/app.2d331ccfa7a38331f49e.js


File diff suppressed because it is too large
+ 0 - 0
web/static/js/app.f14bbe0ec35f154f3012.js


+ 9 - 2
web/static/lang/en.js

@@ -88,7 +88,7 @@ exports.default = {
 
   // item/export
   export_all: 'Export all',
-  export_cat: 'export catalog',
+  export_cat: 'export catalog/page',
   select_cat_2: 'Select catalog level2',
   select_cat_3: 'Select catalog level3',
   begin_export: 'Begin to export',
@@ -389,5 +389,12 @@ exports.default = {
   visit_times: 'visit times',
   my_attachment: 'My attachment',
   accumulated_used_sapce: 'Accumulated used space',
-  month_flow: 'Traffic has been used this month'
+  month_flow: 'Traffic has been used this month',
+
+  all_pages: 'All pages',
+
+  cancelSingle: 'Are you sure you want to cancel the single page link? After cancellation, the original link will be invalid immediately',
+  cancelSingleYes: 'Unlink single page',
+  cancelSingleNo: 'Keep single page'
+
 }

+ 8 - 2
web/static/lang/zh-CN.js

@@ -86,7 +86,7 @@ exports.default = {
 
   // item/export
   export_all: '导出全部',
-  export_cat: '按目录导出',
+  export_cat: '按目录/页面',
   select_cat_2: '选择二级目录:',
   select_cat_3: '选择三级目录:',
   begin_export: '开始导出',
@@ -380,5 +380,11 @@ exports.default = {
   visit_times: '访问次数',
   my_attachment: '我的附件',
   accumulated_used_sapce: '累计已使用空间',
-  month_flow: '本月已使用流量'
+  month_flow: '本月已使用流量',
+
+  all_pages: '全部页面',
+
+  cancelSingle: '是否确定取消单页链接?取消后,原链接会立马失效',
+  cancelSingleYes: '取消单页链接',
+  cancelSingleNo: '保留单页链接'
 }

Some files were not shown because too many files changed in this diff