v 2.2
This commit is contained in:
@ -606,5 +606,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *ConfigService) GetVersion() string {
|
func (this *ConfigService) GetVersion() string {
|
||||||
return "2.0"
|
return "2.2"
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
</h4>
|
</h4>
|
||||||
<ul class="list-group" id="eventsList"></ul>
|
<ul class="list-group" id="eventsList"></ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<section class="panel panel-default">
|
<section class="panel panel-default">
|
||||||
<form>
|
<form>
|
||||||
@ -56,7 +56,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{{template "admin/footer.html" .}}
|
{{template "admin/footer.html" .}}
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
|
@ -225,6 +225,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<!--
|
||||||
<li>
|
<li>
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="fa fa-space-shuttle icon">
|
<i class="fa fa-space-shuttle icon">
|
||||||
@ -259,5 +260,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
-->
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -29,18 +29,8 @@
|
|||||||
|
|
||||||
<ul class="nav navbar-nav navbar-right m-n hidden-xs nav-user">
|
<ul class="nav navbar-nav navbar-right m-n hidden-xs nav-user">
|
||||||
<li class="hidden-xs">
|
<li class="hidden-xs">
|
||||||
<a href="http://leanote.com" class="dk" target="_blank">
|
<a href="/" class="dk">
|
||||||
Leanote Home
|
Home
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="hidden-xs">
|
|
||||||
<a href="https://github.com/leanote/leanote" class="dk" target="_blank">
|
|
||||||
Leanote Github
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="hidden-xs">
|
|
||||||
<a href="http://lea.leanote.com" class="dk" target="_blank">
|
|
||||||
Leanote Explore
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="hidden-xs">
|
<li class="hidden-xs">
|
||||||
@ -87,7 +77,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<footer class="footer lt hidden-xs b-t b-light" style="min-height: initial;
|
<footer class="footer lt hidden-xs b-t b-light" style="min-height: initial;
|
||||||
padding: 10px 15px;text-align:center;">
|
padding: 10px 15px;text-align:center;">
|
||||||
<a href="http://leanote.com" target="_blank">leanote</a> © 2015
|
© <a href="https://leanote.com" target="_blank">Leanote</a>
|
||||||
<!--
|
<!--
|
||||||
<a href="#nav" data-toggle="class:nav-xs" class="pull-right btn btn-sm btn-default btn-icon">
|
<a href="#nav" data-toggle="class:nav-xs" class="pull-right btn btn-sm btn-default btn-icon">
|
||||||
<i class="fa fa-angle-left text">
|
<i class="fa fa-angle-left text">
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<div id="boxFooter">
|
<div id="boxFooter">
|
||||||
<p>
|
<p>
|
||||||
<a href="/index">leanote</a> © 2015
|
© <a href="/index">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<div id="boxFooter">
|
<div id="boxFooter">
|
||||||
<p>
|
<p>
|
||||||
<a href="/index">leanote</a> © 2015
|
© <a href="/index">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<a href="/index">{{msg . "home"}}</a>
|
<a href="/index">{{msg . "home"}}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://leanote.com">Leanote</a> © 2014-2016
|
© <a href="https://leanote.com">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<a href="/index">{{msg . "home"}}</a>
|
<a href="/index">{{msg . "home"}}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://leanote.com">Leanote</a> © 2014-2016
|
© <a href="https://leanote.com">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<a href="/index">{{msg . "home"}}</a>
|
<a href="/index">{{msg . "home"}}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://leanote.com">Leanote</a> © 2014-2016
|
© <a href="https://leanote.com">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -4,22 +4,21 @@
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<i class="fa fa-envelope-o fa-3x icon-muted"></i>
|
<i class="fa fa-envelope-o fa-3x icon-muted"></i>
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<a href="http://weibo.com/leanotecom" target="_blank"><i class="fa fa-weibo"></i></a>
|
<a href="http://weibo.com/leanotecom" target="_blank"><i class="fa fa-weibo"></i></a> / leanote@leanote.com
|
||||||
<br />
|
<br />
|
||||||
leanote@leanote.com
|
|
||||||
<br />
|
|
||||||
Copyright © 2014-2016 <a href="https://leanote.com">Leanote</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<i class="fa fa-globe fa-3x icon-muted"></i>
|
<i class="fa fa-globe fa-3x icon-muted"></i>
|
||||||
<h2>Join Us</h2>
|
<h2>Join Us</h2>
|
||||||
<a href="https://github.com/leanote/leanote">Github Leanote</a>
|
<a href="https://github.com/leanote/leanote">Github</a> / <a href="http://leanote.leanote.com/post/Leanote-groups">QQ Group</a>
|
||||||
<br />
|
|
||||||
QQ Group: <span id="qqGrup">326073529, 256076853, 158716820</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
|
<div class="footer-leanote">
|
||||||
|
Copyright © <a href="https://leanote.com">Leanote</a>
|
||||||
|
<br/>
|
||||||
|
Proudly powered by <a href="https://leanote.com">Leanote</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
<a href="/">{{msg . "home"}}</a>
|
<a href="/">{{msg . "home"}}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://leanote.com">Leanote</a> © 2014-2016
|
© <a href="https://leanote.com">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<a href="/index">{{msg . "home"}}</a>
|
<a href="/index">{{msg . "home"}}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://leanote.com">Leanote</a> © 2014-2016
|
© <a href="https://leanote.com">Leanote</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<footer class="footer lt hidden-xs b-t b-light" style="min-height: initial;
|
<footer class="footer lt hidden-xs b-t b-light" style="min-height: initial;
|
||||||
padding: 10px 15px;text-align:center;">
|
padding: 10px 15px;text-align:center;">
|
||||||
<a href="http://leanote.com" target="_blank">leanote</a> © 2015
|
© <a href="https://leanote.com" target="_blank">Leanote</a>
|
||||||
<!--
|
<!--
|
||||||
<a href="#nav" data-toggle="class:nav-xs" class="pull-right btn btn-sm btn-default btn-icon">
|
<a href="#nav" data-toggle="class:nav-xs" class="pull-right btn btn-sm btn-default btn-icon">
|
||||||
<i class="fa fa-angle-left text">
|
<i class="fa fa-angle-left text">
|
||||||
|
@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd)
|
|||||||
tmp="/Users/life/Desktop/leanote_release"
|
tmp="/Users/life/Desktop/leanote_release"
|
||||||
|
|
||||||
# version
|
# version
|
||||||
V="v2.1"
|
V="v2.2"
|
||||||
|
|
||||||
##=================================
|
##=================================
|
||||||
# 1. 先build 成 3个平台, 2种bit = 6种
|
# 1. 先build 成 3个平台, 2种bit = 6种
|
||||||
|
Reference in New Issue
Block a user