🎨 呵呵

pull/33/merge
ruibaby 2018-09-12 09:50:34 +08:00
parent bd249296c1
commit 3f3eb50649
5 changed files with 10 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<artifactId>halo</artifactId>
<version>latest</version>
<name>halo</name>
<!-- 虽然Halo使用了宽松的GPL协议但开发不易希望您可以保留一下版权声明。笔芯~ -->
<description>
halo一个基于SpringBoot的博客系统最求轻快易用以内容为中心。
</description>

View File

@ -22,7 +22,7 @@ function btn_login() {
if(data.code==1){
$.toast({
text: data.msg,
heading: '',
heading: heading,
icon: 'success',
showHideTransition: 'fade',
allowToastClose: true,
@ -40,7 +40,7 @@ function btn_login() {
$('.login-body').addClass('animate shake');
$.toast({
text: data.msg,
heading: '',
heading: heading,
icon: 'error',
showHideTransition: 'fade',
allowToastClose: true,

View File

@ -16,6 +16,7 @@
</head>
<body>
<div class="container login-form">
<#-- 虽然Halo使用了宽松的GPL协议但开发不易希望您可以保留一下版权声明。笔芯~ -->
<div class="login-logo animated fadeInUp">
Halo
</div>
@ -40,6 +41,9 @@
</div>
</div>
</body>
<script>
var heading = "<@spring.message code='common.text.tips' />";
</script>
<script src="/static/plugins/jquery/jquery.min.js"></script>
<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="/static/plugins/toast/js/jquery.toast.min.js"></script>

View File

@ -1,4 +1,5 @@
<footer class="main-footer">
<#-- 虽然Halo使用了宽松的GPL协议但开发不易希望您可以保留一下版权声明。笔芯~ -->
<div class="pull-right hidden-xs"><a target="_blank" href="https://github.com/ruibaby/halo/releases/tag/v0.0.7">0.0.7</a></div>
Thanks for using <strong><a data-pjax="true" href="/admin/halo">Halo</a>.</strong>
</footer>

View File

@ -17,8 +17,10 @@
<#include "social-list.ftl">
<div class="footer">
<a target="_blank" href="#">
<#-- 不允许修改该主题信息,也不能删除。 -->
<span>Designed by </span>
<a href="https://www.caicai.me">CaiCai</a>
<#-- 虽然Halo使用了宽松的GPL协议但开发不易希望您可以保留一下版权声明。笔芯~ -->
<div class="by_halo">
<a href="https://github.com/ruibaby/halo" target="_blank">Proudly published with Halo&#65281;</a>
</div>