LiuShen / Hexo-butterfly聊天记录外挂标签
0 beğeniler
0 çatallar
2 files
Son aktif
基于鹊楠改进的Hexo-butterfly聊天记录外挂标签
1 | /** |
2 | * Chat |
3 | */ |
4 | |
5 | "use strict"; |
6 | |
7 | // 预定义头像数组 |
8 | const avatars = [ |
9 | "https://i.p-i.vip/30/20240920-66ed9a608c2cf.png", |
10 | "https://i.p-i.vip/30/20240920-66ed9b0655cba.png", |
LiuShen / CloudFlare反向代理Jsdelivr
0 beğeniler
0 çatallar
1 files
Son aktif
可以设置自己的主页,加快国内Jsd速度,可以作为CDN源站
1 | const upstream = 'cdn.jsdelivr.net' |
2 | const upstream_mobile = 'cdn.jsdelivr.net' |
3 | |
4 | const blocked_region = ['KP', 'RU'] |
5 | const blocked_ip_address = ['0.0.0.0', '127.0.0.1'] |
6 | |
7 | const replace_dict = { |
8 | '$upstream': '$custom_domain', |
9 | '//cdn.jsdelivr.net': '' |
10 | } |
Newer
Older