Browse Source

文案修改

famanoder 7 years ago
parent
commit
c1a95ad2cd
4 changed files with 5 additions and 15 deletions
  1. 0 10
      config.json
  2. 1 1
      src/app.vue
  3. 3 4
      src/default.html
  4. 1 0
      src/view/intro.vue

+ 0 - 10
config.json

@@ -335,21 +335,11 @@
       "showDemo": true
     },
     {
-      
       "name": "ShortPwd",
       "chnName": "短密码弹层",
       "desc": "6位短密码弹层",
       "type": "component",
       "showDemo": true
-    },
-    {
-      "name": "FooterCom",
-      "chnName": "公共底部菜单",
-      "desc": "公共底部菜单",
-      "type": "component",
-      "showDemo": true
     }
-   
-    
   ]
 }

+ 1 - 1
src/app.vue

@@ -12,7 +12,7 @@
     	<router-view class="view sys-main" name="main"></router-view>
         <router-view class="view sys-phone" name="phone"></router-view>
     </div>
-    <div class="sys-footer"><div class="sys-inner"><span>© 2018 <a href="https://jdc.jd.com/" target="_blank">JDC</a>. All Rights Reserved.</span></div></div>
+    <div class="sys-footer"><div class="sys-inner"><span>Copyright © 2017~2018 <a href="https://jdc.jd.com/" target="_blank">JDC</a>. All Rights Reserved.</span></div></div>
   </div>
 </template>
 <script>

+ 3 - 4
src/default.html

@@ -21,9 +21,8 @@
                     <li><a href="http://nutui.jd.com/index.html#/Dialog">文档</a></li>
                     <li><a href="http://nutui.jd.com/index.html#/nutdemo">示例</a></li>
                     <li><a href="http://nutui.jd.com/index.html#/cases">案例</a></li>
-<li>
-    <a href="https://github.com/jdf2e/nutui">Github</a>
-</li>
+                    <li><a href="https://github.com/jdf2e/nutui">Github</a></li>
+                    <li><a href="https://github.com/jdf2e/nutui/blob/dev/NEXT.md">NEXT</a></li>
                 </ul>
 
                 <div class="uk-navbar-brand uk-navbar-center uk-visible-small"><img src="../asset/img/nutui-logo-2.png" width="90" height="30" title="NutUI" alt="NutUI"></div>
@@ -103,7 +102,7 @@
         <div class="tm-footer" style="background: #252525">
             <div class="uk-container uk-container-center uk-text-center">
                 <div class="uk-panel">
-                    <p>© 2018 <a href="//jdc.jd.com">JDC</a>. All Rights Reserved.</p>
+                    <p>Copyright © 2017~2018 <a href="//jdc.jd.com">JDC-前端开发部</a></p>
                     <a href="index.html"><img src="../asset/img/nutui-logo-2.png" width="130" height="30" title="NutUI" alt="NutUI"></a>
                 </div>
 

+ 1 - 0
src/view/intro.vue

@@ -82,4 +82,5 @@ img{
         height:100px;
     }
 }
+
 </style>