star7th 5 жил өмнө
parent
commit
b62006540a
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 1 2
      robots.txt
  2. 3 2
      web_src/index.html

+ 1 - 2
robots.txt

@@ -1,2 +1 @@
-User-agent: * 
-Disallow: /
+

+ 3 - 2
web_src/index.html

@@ -6,8 +6,8 @@
     <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文档、技术文档、数据字典、在线手册" />
+	<meta name="keywords" content="" />
+	<meta name="description" content="本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn" />
   <script type="text/javascript">
 
     var Wwidth = window.innerWidth ;
@@ -34,5 +34,6 @@
   <body class="grey-bg">
     <div id="app"></div>
     <!-- built files will be auto injected -->
+    <div style="display:none">本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div>
   </body>
 </html>