|
1 |
| -<li> |
2 |
| - <form id="search-form"> |
3 |
| - <input type="text" id="search-query-<%- context %>" class="search-query st-default-search-input"> |
4 |
| - </form> |
| 1 | +<!--<li>--> |
| 2 | + <!--<form id="search-form">--> |
| 3 | + <!--<input type="text" id="search-query-<%- context %>" class="search-query st-default-search-input">--> |
| 4 | + <!--</form>--> |
| 5 | +<!--</li>--> |
| 6 | + |
| 7 | +<!-- FIXME 尝试加输入框,且点击后,浏览器打开新标签页,不行 --> |
| 8 | +<!--<li>--> |
| 9 | + <!--<form id="search-form" style="position: absolute" href="https://vincentcheng.github.io/apijson-doc/zh" target="_blank">--> |
| 10 | + <!--<input disabled type="text" id="search-query-<%- context %>" class="search-query st-default-search-input" >--> |
| 11 | + <!--</form>--> |
| 12 | + <!--<button style="width: 160px" href="https://vincentcheng.github.io/apijson-doc/zh" target="_blank"/>--> |
| 13 | +<!--</li>--> |
| 14 | + |
| 15 | +<li style="vertical-align: middle" > |
| 16 | + <a href="https://gitee.com/TommyLemon/APIJSON" target="_blank"> |
| 17 | + <img style="margin-bottom: -4px" height="24" width="60" src="https://gitee.com/logo-black.svg?20171024" > |
| 18 | + </a> |
5 | 19 | </li>
|
6 |
| -<%- partial('partials/learn_dropdown') %> |
7 |
| -<%- partial('partials/ecosystem_dropdown') %> |
8 |
| -<li> |
9 |
| - <a href="<%- url_for("/v2/guide/team.html") %>" class="nav-link team<%- page.path.match(/team\.html/) ? ' current' : '' %>">团队</a> |
10 |
| -</li> |
11 |
| -<%- partial('partials/support_vue_dropdown') %> |
12 |
| -<%- partial('partials/language_dropdown') %> |
13 |
| -<li><a href="https://github.com/vuejs/cn.vuejs.org/" target="_blank" class="nav-link contribute">参与翻译</a></li> |
| 20 | +<li><a href="https://vincentcheng.github.io/apijson-doc/zh" target="_blank" class="nav-link contribute">文档</a></li> |
| 21 | +<li><a href="http://i.youku.com/apijson" target="_blank" class="nav-link contribute">视频</a></li> |
| 22 | +<li><a href="https://github.com/search?o=desc&q=apijson&s=stars&type=Repositories" target="_blank" class="nav-link contribute">源码</a></li> |
| 23 | + |
| 24 | + |
| 25 | +<!--<%- partial('partials/learn_dropdown') %>--> |
| 26 | +<!--<%- partial('partials/ecosystem_dropdown') %>--> |
| 27 | +<!--<li>--> |
| 28 | + <!--<a href="<%- url_for("/v2/guide/team.html") %>" class="nav-link team<%- page.path.match(/team\.html/) ? ' current' : '' %>">团队</a>--> |
| 29 | +<!--</li>--> |
| 30 | +<!--<%- partial('partials/support_vue_dropdown') %>--> |
| 31 | +<!--<%- partial('partials/language_dropdown') %>--> |
| 32 | +<!--<li><a href="https://github.com/vuejs/cn.vuejs.org/" target="_blank" class="nav-link contribute">参与翻译</a></li>--> |
0 commit comments