🔖 0.2.0

pull/69/head v0.2.0
ruibaby 2018-12-19 21:33:30 +08:00
parent 4c2b118fcb
commit b3294c8160
4 changed files with 2 additions and 5 deletions

View File

@ -129,7 +129,7 @@ public class AttachmentServiceImpl implements AttachmentService {
Map<String, String> resultMap; Map<String, String> resultMap;
String attachLoc = HaloConst.OPTIONS.get(BlogPropertiesEnum.ATTACH_LOC.getProp()); String attachLoc = HaloConst.OPTIONS.get(BlogPropertiesEnum.ATTACH_LOC.getProp());
if (StrUtil.isEmpty(attachLoc)) { if (StrUtil.isEmpty(attachLoc)) {
return null; attachLoc = "server";
} }
switch (attachLoc) { switch (attachLoc) {
case "server": case "server":

View File

@ -1 +0,0 @@
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):e.quicklink=n()}(this,function(){var e={};function n(e){return new Promise(function(n,t){var r=new XMLHttpRequest;r.open("GET",e,r.withCredentials=!0),r.onload=function(){200===r.status?n():t()},r.send()})}var t,r,i=(t="prefetch",((r=document.createElement("link")).relList||{}).supports&&r.relList.supports(t)?function(e){return new Promise(function(n,t){var r=document.createElement("link");r.rel="prefetch",r.href=e,r.onload=n,r.onerror=t,document.head.appendChild(r)})}:n);function o(t,r,o){if(!(e[t]||(o=navigator.connection)&&((o.effectiveType||"").includes("2g")||o.saveData)))return(r?function(e){return null==self.fetch?n(e):fetch(e,{credentials:"include"})}:i)(t).then(function(){e[t]=!0})}var u=u||function(e){var n=Date.now();return setTimeout(function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-n))}})},1)},c=new Set,f=new IntersectionObserver(function(e){e.forEach(function(e){if(e.isIntersecting){var n=e.target.href;c.has(n)&&a(n)}})});function a(e){c.delete(e),o(new URL(e,location.href).toString(),f.priority)}return function(e){e=Object.assign({timeout:2e3,priority:!1,timeoutFn:u,el:document},e),f.priority=e.priority;var n=e.origins||[location.hostname],t=e.ignores||[];e.timeoutFn(function(){e.urls?e.urls.forEach(a):Array.from(e.el.querySelectorAll("a"),function(e){f.observe(e),n.length&&!n.includes(e.hostname)||function e(n,t){return Array.isArray(t)?t.some(function(t){return e(n,t)}):(t.test||t).call(t,n.href,n)}(e,t)||c.add(e.href)})},{timeout:e.timeout})}});

View File

@ -1,5 +1,5 @@
<footer class="main-footer"> <footer class="main-footer">
<#-- 虽然Halo使用了宽松的GPL协议但开发不易希望您可以保留一下版权声明。笔芯~ --> <#-- 虽然Halo使用了宽松的GPL协议但开发不易希望您可以保留一下版权声明。笔芯~ -->
<div class="pull-right hidden-xs"><a target="_blank" href="https://github.com/ruibaby/halo/releases/tag/v0.1.1">0.1.1</a></div> <div class="pull-right hidden-xs"><a target="_blank" href="https://github.com/ruibaby/halo/releases/tag/v0.2.0">0.2.0</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>

View File

@ -49,7 +49,6 @@
<#if (options.blog_locale!'zh_CN') == 'zh_CN'> <#if (options.blog_locale!'zh_CN') == 'zh_CN'>
<script src="/static/halo-backend/plugins/fileinput/zh.min.js"></script> <script src="/static/halo-backend/plugins/fileinput/zh.min.js"></script>
</#if> </#if>
<script src="/static/halo-backend/plugins/quicklink/quicklink.js"></script>
<script src="/static/halo-backend/js/halo.min.js"></script> <script src="/static/halo-backend/js/halo.min.js"></script>
<@compress single_line=true> <@compress single_line=true>
<script> <script>
@ -58,7 +57,6 @@
<#if (options.admin_pjax!'true') == 'true'> <#if (options.admin_pjax!'true') == 'true'>
$(document).pjax('a[data-pjax=true]', '.content-wrapper', {fragment: '.content-wrapper',timeout: 8000}); $(document).pjax('a[data-pjax=true]', '.content-wrapper', {fragment: '.content-wrapper',timeout: 8000});
</#if> </#if>
quicklink();
var heading = "<@spring.message code='common.text.tips' />"; var heading = "<@spring.message code='common.text.tips' />";
</script> </script>
</@compress> </@compress>