📝 更新文档地址
This commit is contained in:
parent
cc928edb4a
commit
2cbf74ddf7
|
@ -311,7 +311,7 @@
|
|||
<span>{{.i18n.help}}</span>
|
||||
<div class="frame">
|
||||
<ul>
|
||||
<li onclick="window.open('https://www.gitbook.com/book/88250/wide-user-guide')">
|
||||
<li onclick="window.open('https://hacpai.com/article/1538873544275')">
|
||||
<span class="font-ico ico-book"></span>
|
||||
<span>{{.i18n.wide_doc}}</span>
|
||||
</li>
|
||||
|
@ -334,10 +334,6 @@
|
|||
<span class="font-ico ico-start"></span>
|
||||
<span>{{.i18n.start_page}}</span>
|
||||
</li>
|
||||
<li onclick="window.open('http://pan.baidu.com/s/1dD3XwOT')">
|
||||
<span class="space"></span>
|
||||
<span>{{.i18n.download}}</span>
|
||||
</li>
|
||||
<li onclick="menu.openAbout()">
|
||||
<span class="font-ico ico-about"></span>
|
||||
<span>{{.i18n.about}}</span>
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
<ul class="fn-right">
|
||||
<li><a href="/playground" target="_blank" style="color: #cd504a">Play</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide" target="_blank">GitHub</a></li>
|
||||
<li><a href="http://pan.baidu.com/s/1dD3XwOT" target="_blank">{{.i18n.download}}</a></li>
|
||||
<li><a rel="help" href="https://www.gitbook.com/book/88250/wide-user-guide" target="_blank">{{.i18n.help}}</a></li>
|
||||
<li><a rel="help" href="https://hacpai.com/article/1538873544275" target="_blank">{{.i18n.help}}</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.issues}}</a></li>
|
||||
<li><button class="btn" onclick="window.location.href = '{{.conf.Context}}/signup'">{{.i18n.sign_up}}</button></li>
|
||||
</ul>
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
<ul class="fn-right">
|
||||
<li><a href="/playground" target="_blank" style="color: #cd504a">Play</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide" target="_blank">GitHub</a></li>
|
||||
<li><a href="http://pan.baidu.com/s/1dD3XwOT" target="_blank">{{.i18n.download}}</a></li>
|
||||
<li><a rel="help" href="https://www.gitbook.com/book/88250/wide-user-guide" target="_blank">{{.i18n.help}}</a></li>
|
||||
<li><a rel="help" href="https://hacpai.com/article/1538873544275" target="_blank">{{.i18n.help}}</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.issues}}</a></li>
|
||||
<li><button class="btn" onclick="window.location.href = '{{.conf.Context}}/login'">{{.i18n.login}}</button></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue