html
· 693 B · HTML
Ham
<div id="friend-circle-lite-root"></div>
<script>
if (typeof UserConfig === 'undefined') {
var UserConfig = {
// 填写你的fc Lite地址
private_api_url: 'https://example.com',
// 点击加载更多时,一次最多加载几篇文章,默认20
page_turning_number: 20,
// 头像加载失败时,默认头像地址
error_img: 'https://i.p-i.vip/30/20240815-66bced9226a36.webp',
}
}
</script>
<link rel="stylesheet" href="https://jsd.xnet.ren/gh/willow-god/Friend-Circle-Lite/main/fclite.min.css">
<script src="https://jsd.xnet.ren/gh/willow-god/Friend-Circle-Lite/main/fclite.min.js"></script>
| 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> |