Last active 2 months ago

新增轻量朋友圈页面

Joe

qxzhan's Avatar qxzhan revised this gist 2 months ago. Go to revision

1 file changed, 15 insertions

html(file created)

@@ -0,0 +1,15 @@
1 + <div id="friend-circle-lite-root"></div>
2 + <script>
3 + if (typeof UserConfig === 'undefined') {
4 + var UserConfig = {
5 + // 填写你的fc Lite地址
6 + private_api_url: 'https://example.com',
7 + // 点击加载更多时,一次最多加载几篇文章,默认20
8 + page_turning_number: 20,
9 + // 头像加载失败时,默认头像地址
10 + error_img: 'https://i.p-i.vip/30/20240815-66bced9226a36.webp',
11 + }
12 + }
13 + </script>
14 + <link rel="stylesheet" href="https://jsd.xnet.ren/gh/willow-god/Friend-Circle-Lite/main/fclite.min.css">
15 + <script src="https://jsd.xnet.ren/gh/willow-god/Friend-Circle-Lite/main/fclite.min.js"></script>
Newer Older