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