Skip to content

Commit

Permalink
更新 index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tianpengwan authored Sep 14, 2024
1 parent de1f2e0 commit b12cfc9
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions source/pyq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ title: 朋友圈
date: 2022-01-29 15:23:17
---


<div id="hexo-circle-of-friends-root"></div>
<script>
let UserConfig = {
// 填写你的api地址
private_api_url: 'http://pyq.20010501.xyz/',
// 点击加载更多时,一次最多加载几篇文章,默认10
page_turning_number: 12,
// 头像加载失败时,默认头像地址
error_img: 'https://20010501.xyz/img/fluid.png',
// 进入页面时第一次的排序规则
sort_rule: 'created'
}
<!-- 挂载友链朋友圈的容器 -->
<div class="post-content">
<div id="cf-container">与主机通讯中……</div>
</div>
<!-- 加样式和功能代码 -->
<!-- 将apiurl改成你后端生成的api地址 -->
<script type="text/javascript">
var fdataUser = {
apiurl: 'https://pyq.20010501.xyz/'
}
</script>
<link rel="stylesheet" href="https://101.43.39.125/HexoFiles/js/friend-circle/heoMainColor.css">
<script type="text/javascript" src="https://101.43.39.125/HexoFiles/js/friend-circle/app.min.js"></script>
<script type="text/javascript" src="https://101.43.39.125/HexoFiles/js/friend-circle/bundle.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lmm214/immmmm/themes/hello-friend/static/fcircle-beta.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/lmm214/immmmm/themes/hello-friend/static/fcircle-beta.js"></script>

0 comments on commit b12cfc9

Please sign in to comment.