Terms and Download link
This commit is contained in:
parent
a0ac768410
commit
55efb753e6
|
@ -175,5 +175,6 @@
|
|||
"short_url": "Short URL",
|
||||
"embeded": "Embeded",
|
||||
"git_clone": "Git Clone",
|
||||
"terms": "Terms"
|
||||
"terms": "Terms",
|
||||
"download": "Download"
|
||||
}
|
|
@ -175,5 +175,6 @@
|
|||
"short_url": "ショートリンク",
|
||||
"embeded": "埋め込む",
|
||||
"git_clone": "Git クローン",
|
||||
"terms": "利用規約"
|
||||
"terms": "利用規約",
|
||||
"download": "ダウンロード"
|
||||
}
|
||||
|
|
|
@ -175,5 +175,6 @@
|
|||
"short_url": "短链接",
|
||||
"embeded": "嵌入",
|
||||
"git_clone": "Git 克隆",
|
||||
"terms": "使用条款"
|
||||
"terms": "使用条款",
|
||||
"download": "下载"
|
||||
}
|
|
@ -175,5 +175,6 @@
|
|||
"short_url": "短鏈接",
|
||||
"embeded": "嵌入",
|
||||
"git_clone": "Git 克隆",
|
||||
"terms": "使用條款"
|
||||
"terms": "使用條款",
|
||||
"download": "下載"
|
||||
}
|
|
@ -360,6 +360,10 @@
|
|||
<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>
|
||||
|
@ -427,7 +431,7 @@
|
|||
<span class="ico-refresh font-ico"></span> {{.i18n.refresh}}
|
||||
</li>
|
||||
<li class="hr"></li>
|
||||
<li onclick="tree.gitClone(this);">
|
||||
<li onclick="tree.gitClone(this);">
|
||||
<span class="ico-git font-ico"></span> {{.i18n.git_clone}}
|
||||
</li>
|
||||
<li class="hr"></li>
|
||||
|
|
|
@ -21,6 +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.io/book/88250/wide-user-guide" 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 btn-red" onclick="window.open('http://b3log.org/services')">{{.i18n.pricing}}</button></li>
|
||||
|
@ -44,7 +45,7 @@
|
|||
</div>
|
||||
<div class="footer">
|
||||
<div class="wrapper">
|
||||
Ver {{.ver}}, © {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>
|
||||
Ver {{.ver}}, © {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>, <a href="https://github.com/b3log/wide/blob/master/TERMS.md" target="_blank">{{.i18n.terms}}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -21,6 +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.io/book/88250/wide-user-guide" 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 btn-red" onclick="window.open('http://b3log.org/services')">{{.i18n.pricing}}</button></li>
|
||||
|
@ -50,7 +51,7 @@
|
|||
</div>
|
||||
<div class="footer">
|
||||
<div class="wrapper">
|
||||
Ver {{.ver}}, © {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>
|
||||
Ver {{.ver}}, © {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>, <a href="https://github.com/b3log/wide/blob/master/TERMS.md" target="_blank">{{.i18n.terms}}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue