Frans 6 years ago
parent
commit
0e67ded8db
2 changed files with 8 additions and 0 deletions
  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>