mirror of https://github.com/halo-dev/halo
🎨 呵呵
parent
bd249296c1
commit
3f3eb50649
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<artifactId>halo</artifactId>
|
<artifactId>halo</artifactId>
|
||||||
<version>latest</version>
|
<version>latest</version>
|
||||||
<name>halo</name>
|
<name>halo</name>
|
||||||
|
<!-- 虽然Halo使用了宽松的GPL协议,但开发不易,希望您可以保留一下版权声明。笔芯~ -->
|
||||||
<description>
|
<description>
|
||||||
halo,一个基于SpringBoot的博客系统,最求轻快,易用,以内容为中心。
|
halo,一个基于SpringBoot的博客系统,最求轻快,易用,以内容为中心。
|
||||||
</description>
|
</description>
|
||||||
|
|
|
@ -22,7 +22,7 @@ function btn_login() {
|
||||||
if(data.code==1){
|
if(data.code==1){
|
||||||
$.toast({
|
$.toast({
|
||||||
text: data.msg,
|
text: data.msg,
|
||||||
heading: '提示',
|
heading: heading,
|
||||||
icon: 'success',
|
icon: 'success',
|
||||||
showHideTransition: 'fade',
|
showHideTransition: 'fade',
|
||||||
allowToastClose: true,
|
allowToastClose: true,
|
||||||
|
@ -40,7 +40,7 @@ function btn_login() {
|
||||||
$('.login-body').addClass('animate shake');
|
$('.login-body').addClass('animate shake');
|
||||||
$.toast({
|
$.toast({
|
||||||
text: data.msg,
|
text: data.msg,
|
||||||
heading: '提示',
|
heading: heading,
|
||||||
icon: 'error',
|
icon: 'error',
|
||||||
showHideTransition: 'fade',
|
showHideTransition: 'fade',
|
||||||
allowToastClose: true,
|
allowToastClose: true,
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container login-form">
|
<div class="container login-form">
|
||||||
|
<#-- 虽然Halo使用了宽松的GPL协议,但开发不易,希望您可以保留一下版权声明。笔芯~ -->
|
||||||
<div class="login-logo animated fadeInUp">
|
<div class="login-logo animated fadeInUp">
|
||||||
Halo
|
Halo
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,6 +41,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<script>
|
||||||
|
var heading = "<@spring.message code='common.text.tips' />";
|
||||||
|
</script>
|
||||||
<script src="/static/plugins/jquery/jquery.min.js"></script>
|
<script src="/static/plugins/jquery/jquery.min.js"></script>
|
||||||
<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>
|
<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>
|
||||||
<script src="/static/plugins/toast/js/jquery.toast.min.js"></script>
|
<script src="/static/plugins/toast/js/jquery.toast.min.js"></script>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<footer class="main-footer">
|
<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>
|
<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>
|
Thanks for using <strong><a data-pjax="true" href="/admin/halo">Halo</a>.</strong>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -17,8 +17,10 @@
|
||||||
<#include "social-list.ftl">
|
<#include "social-list.ftl">
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a target="_blank" href="#">
|
<a target="_blank" href="#">
|
||||||
|
<#-- 不允许修改该主题信息,也不能删除。 -->
|
||||||
<span>Designed by </span>
|
<span>Designed by </span>
|
||||||
<a href="https://www.caicai.me">CaiCai</a>
|
<a href="https://www.caicai.me">CaiCai</a>
|
||||||
|
<#-- 虽然Halo使用了宽松的GPL协议,但开发不易,希望您可以保留一下版权声明。笔芯~ -->
|
||||||
<div class="by_halo">
|
<div class="by_halo">
|
||||||
<a href="https://github.com/ruibaby/halo" target="_blank">Proudly published with Halo!</a>
|
<a href="https://github.com/ruibaby/halo" target="_blank">Proudly published with Halo!</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue