Frans 6 年之前
父节点
当前提交
0e67ded8db
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 3 0
      sites/demo/index.html
  2. 5 0
      sites/doc/index.html

+ 3 - 0
sites/demo/index.html

@@ -14,6 +14,9 @@
     html {
         background: #F6F6F6;
     }
+    a[title=站长统计]{
+      display: none;
+    }
   </style>
 </head>
 

+ 5 - 0
sites/doc/index.html

@@ -7,6 +7,11 @@
   <link rel="shortcut icon" href="/favicon.ico">
   <title>NutUI 2.0 - 移动端Vue组件库</title>
   <script src="//misc.360buyimg.com/felibs/vue/2.5.16/vue.min.js"></script>
+  <style>
+    a[title=站长统计]{
+      display: none;
+    }
+  </style>
 </head>
 
 <body>