移除本地pace文件改为免费cdn

This commit is contained in:
1152958806@qq.com 2023-10-11 23:58:06 +08:00
parent b9c257f1b4
commit afba3edf72
3 changed files with 4 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,8 +55,8 @@
<div class="title-h2-a-right"><span>以下内容自动生成,未经过审核</span></div> <div class="title-h2-a-right"><span>以下内容自动生成,未经过审核</span></div>
</div> </div>
<div id="hexo-circle-of-friends-root"></div> <div id="hexo-circle-of-friends-root"></div>
<script> <script type="text/javascript">
let UserConfig = { var UserConfig = {
// 填写你的api地址 // 填写你的api地址
private_api_url: "[(${theme.config.fcircle.apiurl})]", private_api_url: "[(${theme.config.fcircle.apiurl})]",
// 点击加载更多时一次最多加载几篇文章默认10 // 点击加载更多时一次最多加载几篇文章默认10

View File

@ -157,8 +157,8 @@
</script> </script>
<!-- 动态加载条 --> <!-- 动态加载条 -->
<script data-pace-options='{ "restartOnRequestAfter":false,"eventLag":false}' <script data-pace-options="{ &quot;restartOnRequestAfter&quot;:false,&quot;eventLag&quot;:false}"
th:src="${assets_link + '/libs/pace/pace.min.js'}" src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/pace/1.2.4/pace.min.js"
th:if="${theme.config.other.loadingBoxs.loadProgressBar}"> th:if="${theme.config.other.loadingBoxs.loadProgressBar}">
</script> </script>