mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
Clean: 清除旧友链格式文件以及格式转换脚本
This commit is contained in:
@@ -1,55 +0,0 @@
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
|
||||
def sanitize_filename(name):
|
||||
# Remove invalid characters for filenames
|
||||
s = re.sub(r'[\\/*?:"<>|]', "", name)
|
||||
# Replace spaces with underscores
|
||||
s = s.replace(" ", "_")
|
||||
return s
|
||||
|
||||
def migrate_friends():
|
||||
src_path = 'src/data/friends.json'
|
||||
if not os.path.exists(src_path):
|
||||
print(f"{src_path} not found")
|
||||
return
|
||||
|
||||
with open(src_path, 'r', encoding='utf-8') as f:
|
||||
data = json.load(f)
|
||||
|
||||
dest_dir = 'src/data/friends'
|
||||
os.makedirs(dest_dir, exist_ok=True)
|
||||
|
||||
for i, friend in enumerate(data.get('friends', [])):
|
||||
# Create a filename: Name.json
|
||||
filename = f"{sanitize_filename(friend['name'])}.json"
|
||||
file_path = os.path.join(dest_dir, filename)
|
||||
with open(file_path, 'w', encoding='utf-8') as f:
|
||||
json.dump(friend, f, ensure_ascii=False, indent=2)
|
||||
|
||||
print(f"Migrated {len(data.get('friends', []))} friends to {dest_dir}")
|
||||
|
||||
def migrate_sponsors():
|
||||
src_path = 'src/data/sponsors.json'
|
||||
if not os.path.exists(src_path):
|
||||
print(f"{src_path} not found")
|
||||
return
|
||||
|
||||
with open(src_path, 'r', encoding='utf-8') as f:
|
||||
data = json.load(f)
|
||||
|
||||
dest_dir = 'src/data/sponsors'
|
||||
os.makedirs(dest_dir, exist_ok=True)
|
||||
|
||||
for i, sponsor in enumerate(data.get('sponsors', [])):
|
||||
filename = f"{sanitize_filename(sponsor['name'])}.json"
|
||||
file_path = os.path.join(dest_dir, filename)
|
||||
with open(file_path, 'w', encoding='utf-8') as f:
|
||||
json.dump(sponsor, f, ensure_ascii=False, indent=2)
|
||||
|
||||
print(f"Migrated {len(data.get('sponsors', []))} sponsors to {dest_dir}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
migrate_friends()
|
||||
migrate_sponsors()
|
||||
@@ -1,532 +0,0 @@
|
||||
{
|
||||
"friends": [
|
||||
{
|
||||
"name": "yCENzh's Blog",
|
||||
"avatar": "https://fuwari.oh1.top/avatar.webp",
|
||||
"description": "Ciallo~(∠・ω< )⌒☆",
|
||||
"url": "https://fuwari.oh1.top/"
|
||||
},
|
||||
{
|
||||
"name": "Wer Blog",
|
||||
"avatar": "https://blog.isyyo.com/favicon/logo.png",
|
||||
"description": "The only way to do great is to love what you do",
|
||||
"url": "https://blog.isyyo.com/"
|
||||
},
|
||||
{
|
||||
"name": "带我入坑网站的超级大坏比",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=3347510139&spec=5",
|
||||
"description": "Dmocken的免费推广位",
|
||||
"url": "https://phira.dmocken.top"
|
||||
},
|
||||
{
|
||||
"name": "Dahi Blog",
|
||||
"avatar": "https://oxs.dahi.icu/pic/avatar.png",
|
||||
"description": "時光流轉,願你有一天能與重要的人重逢",
|
||||
"url": "https://dahi.icu/"
|
||||
},
|
||||
{
|
||||
"name": "AlexMa's Blog",
|
||||
"avatar": "https://blog-backend.alexma.top/api/v2/objects/avatar/112zjnt1f3c2cf3prp.webp",
|
||||
"description": "Create things with love.",
|
||||
"url": "https://blog.alexma.top"
|
||||
},
|
||||
{
|
||||
"name": "YoungLee的手帐",
|
||||
"avatar": "https://younglee.cn/icon.svg",
|
||||
"description": "写作恐惧症患者,需要咖啡续命的学者",
|
||||
"url": "https://younglee.cn"
|
||||
},
|
||||
{
|
||||
"name": "Google搜索 site:rbq.* 找到的",
|
||||
"avatar": "https://saltedfishes.com/favicon.ico",
|
||||
"description": "「Tragedy is coming 'as I wish'......」",
|
||||
"url": "https://saltedfishes.com"
|
||||
},
|
||||
{
|
||||
"name": "雾创岛",
|
||||
"avatar": "https://www.tr0.cn/favicon.ico",
|
||||
"description": "https://www.tr0.cn",
|
||||
"url": "https://www.tr0.cn"
|
||||
},
|
||||
{
|
||||
"name": "Eunie的博客",
|
||||
"avatar": "https://www.eunie.online/upload/tMZ6yUjk7rxhCqQ.png",
|
||||
"description": "https://www.eunie.online/",
|
||||
"url": "https://www.eunie.online/"
|
||||
},
|
||||
{
|
||||
"name": "奇妙页",
|
||||
"avatar": "https://www.qmye.com/wp-content/uploads/favicon.ico",
|
||||
"description": "探索AI创意与灵感的奇妙世界",
|
||||
"url": "https://www.qmye.com"
|
||||
},
|
||||
{
|
||||
"name": "巳忆笔记",
|
||||
"avatar": "https://tc.siyi171.xyz/PicGo/logo.png",
|
||||
"description": "记住所有美好回忆",
|
||||
"url": "https://siyi171.xyz/"
|
||||
},
|
||||
{
|
||||
"name": "Petric Blog",
|
||||
"avatar": "https://www.petricw.com/photo.jpg",
|
||||
"description": "代码如诗 / 逻辑为歌",
|
||||
"url": "https://www.petricw.com"
|
||||
},
|
||||
{
|
||||
"name": "在***教了我很多的好朋友",
|
||||
"avatar": "/favicon/ie-cx.png",
|
||||
"description": "https://ie.cx",
|
||||
"url": "https://ie.cx"
|
||||
},
|
||||
{
|
||||
"name": "RukaaX Blogs",
|
||||
"avatar": "https://blogs.rukaax.top/wp-content/uploads/2025/07/cropped-1753627554-ICON.webp",
|
||||
"description": "RukaaX-一名高中牲的博客",
|
||||
"url": "https://blogs.rukaax.top/"
|
||||
},
|
||||
{
|
||||
"name": "AirTouch's Blog",
|
||||
"avatar": "https://blog.airtouch.top/avatar.webp",
|
||||
"description": "岩间琉璃云间月",
|
||||
"url": "https://xsl.im"
|
||||
},
|
||||
{
|
||||
"name": "Falling42",
|
||||
"avatar": "https://s2.loli.net/2025/05/17/Cbm7ogkBWAq3ST8.png",
|
||||
"description": "Fate lies within the light cone.",
|
||||
"url": "https://falling42.net/"
|
||||
},
|
||||
{
|
||||
"name": "青序栈",
|
||||
"avatar": "https://qxzhan.cn/favicon.png",
|
||||
"description": "青序成栈·向简而生",
|
||||
"url": "https://qxzhan.cn/"
|
||||
},
|
||||
{
|
||||
"name": "夜轻Blog",
|
||||
"avatar": "https://blog.yeqing.net/favicon.ico",
|
||||
"description": "一个人",
|
||||
"url": "https://blog.yeqing.net/"
|
||||
},
|
||||
{
|
||||
"name": "fishcpy的小破站",
|
||||
"avatar": "https://www.fis.ink/img/logo.png",
|
||||
"description": "非淡泊无以明志,非宁静无以致远",
|
||||
"url": "https://blog.fis.ink"
|
||||
},
|
||||
{
|
||||
"name": "晓晴博客",
|
||||
"avatar": "https://www.toubiec.cn/usr/themes/Joe/logo.ico",
|
||||
"description": "https://www.toubiec.cn",
|
||||
"url": "https://www.toubiec.cn"
|
||||
},
|
||||
{
|
||||
"name": "酷丁博客",
|
||||
"avatar": "https://coldin.top/favicon.ico",
|
||||
"description": "https://coldin.top",
|
||||
"url": "https://coldin.top"
|
||||
},
|
||||
{
|
||||
"name": "Codfish Blog",
|
||||
"avatar": "https://codfish.top/favicon/1.jpg",
|
||||
"description": "🐟🐟🐟",
|
||||
"url": "https://codfish.top"
|
||||
},
|
||||
{
|
||||
"name": "随思南游",
|
||||
"avatar": "https://ssnur.com/tx.jpg",
|
||||
"description": "生如夏欢之绚烂,死如秋叶之静",
|
||||
"url": "https://ssnur.com/"
|
||||
},
|
||||
{
|
||||
"name": "Eilo's Blog",
|
||||
"avatar": "https://www.eilo.uk/img/logo.png",
|
||||
"description": "等等我记一下",
|
||||
"url": "https://www.eilo.uk/"
|
||||
},
|
||||
{
|
||||
"name": "Shattered217のblog",
|
||||
"avatar": "https://blog.shattered.top/wp-content/uploads/2023/06/cropped-android-chrome-512x512-1.png",
|
||||
"description": "成分复杂",
|
||||
"url": "https://blog.shattered.top/"
|
||||
},
|
||||
{
|
||||
"name": "wyf9's Blog",
|
||||
"avatar": "https://wyf9.top/favicon/android-chrome-192x192.png",
|
||||
"description": "什么都有的个人 blog?",
|
||||
"url": "https://wyf9.top/"
|
||||
},
|
||||
{
|
||||
"name": "fulie blog",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=3672492995&spec=5",
|
||||
"description": "永不后悔",
|
||||
"url": "https://pcb.im/"
|
||||
},
|
||||
{
|
||||
"name": "呐吼",
|
||||
"avatar": "https://www.nahou.com/i/icon.webp",
|
||||
"description": "不止于沉默",
|
||||
"url": "https://www.nahou.com/"
|
||||
},
|
||||
{
|
||||
"name": "私人grgk",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=1662352474&spec=5",
|
||||
"description": "https://sub.grgk.me",
|
||||
"url": "https://sub.grgk.me"
|
||||
},
|
||||
{
|
||||
"name": "Gunbrad的博客",
|
||||
"avatar": "https://gunbrad.xyz/favicon/icon.jpg",
|
||||
"description": "https://gunbrad.xyz",
|
||||
"url": "https://gunbrad.xyz"
|
||||
},
|
||||
{
|
||||
"name": "幻空博客",
|
||||
"avatar": "https://img.huankong.top/i/2022/11/29/6385ef8c7a675.ico",
|
||||
"description": "https://blog.huankong.top",
|
||||
"url": "https://blog.huankong.top"
|
||||
},
|
||||
{
|
||||
"name": "小白のBlog",
|
||||
"avatar": "https://r2cfimg.showby.top/2024/09/19/66eb06a884fb9.jpg",
|
||||
"description": "Ciallo~(∠・ω< )⌒☆",
|
||||
"url": "https://www.showby.top/"
|
||||
},
|
||||
{
|
||||
"name": "曾经天天和我斗嘴并且抄我博客的😡",
|
||||
"avatar": "https://obj.muyoung.com/logo/favicon.ico",
|
||||
"description": "https://blog.muyoung.com",
|
||||
"url": "https://blog.muyoung.com"
|
||||
},
|
||||
{
|
||||
"name": "非常酷的Kotlin Compose Web WASM 全Canvas网站",
|
||||
"avatar": "/favicon/yurn.png",
|
||||
"description": "https://nyayurin.github.io/Yutori-Docs/",
|
||||
"url": "https://nyayurin.github.io/Yutori-Docs/"
|
||||
},
|
||||
{
|
||||
"name": "钨鸮的孤岛电台",
|
||||
"avatar": "https://blog.2w2.top/img/avatar.webp",
|
||||
"description": "钨在所有金属中排名第七,因此这是一只重磅鸮",
|
||||
"url": "https://blog.2w2.top"
|
||||
},
|
||||
{
|
||||
"name": "奶昔论坛",
|
||||
"avatar": "https://forum.naixi.net/favicon.ico",
|
||||
"description": "https://forum.naixi.net/",
|
||||
"url": "https://forum.naixi.net/"
|
||||
},
|
||||
{
|
||||
"name": "LINUX.DO",
|
||||
"avatar": "https://linux.do/uploads/default/optimized/3X/7/d/7de31932a4fd533496cfe35979a4d9d995bb5c63_2_180x180.png",
|
||||
"description": "https://linux.do",
|
||||
"url": "https://linux.do"
|
||||
},
|
||||
{
|
||||
"name": "宝塔开心版",
|
||||
"avatar": "https://www.bt.cn/favicon.ico",
|
||||
"description": "https://bt.sb",
|
||||
"url": "https://bt.sb"
|
||||
},
|
||||
{
|
||||
"name": "NodeSeek",
|
||||
"avatar": "/favicon/nodeseek.png",
|
||||
"description": "https://www.nodeseek.com",
|
||||
"url": "https://www.nodeseek.com"
|
||||
},
|
||||
{
|
||||
"name": "粉白妙妙屋",
|
||||
"avatar": "https://dlink.host/wx2.sinaimg.cn/large/007udx8Wly8i0h6etwni7g301j01lq3k.gif",
|
||||
"description": "我见青山多妩媚",
|
||||
"url": "https://383842.xyz"
|
||||
},
|
||||
{
|
||||
"name": "或许是一只龙的博客",
|
||||
"avatar": "https://fastr2.497995.xyz/image.jpg",
|
||||
"description": "写点小东西",
|
||||
"url": "https://www.497995.xyz/"
|
||||
},
|
||||
{
|
||||
"name": "22",
|
||||
"avatar": "/favicon/22.png",
|
||||
"description": "https://space.bilibili.com/44681442",
|
||||
"url": "https://space.bilibili.com/44681442"
|
||||
},
|
||||
{
|
||||
"name": "Stanley的技术博客",
|
||||
"avatar": "https://main.lixvyao.com/favicon.png",
|
||||
"description": "给时光以生命 给岁月以文明。",
|
||||
"url": "https://www.lixvyao.com"
|
||||
},
|
||||
{
|
||||
"name": "Tavre Blog",
|
||||
"avatar": "https://q1.qlogo.cn/g?b=qq&nk=2987304764&s=640",
|
||||
"description": "Tavre的个人技术记录博客",
|
||||
"url": "https://blog.tsd.my"
|
||||
},
|
||||
{
|
||||
"name": "鈴奈咲桜のブログ",
|
||||
"avatar": "https://blog.sakura.ink/_astro/avatar.B8d6PP-N_2a0uDN.webp",
|
||||
"description": "愛することを忘れないで",
|
||||
"url": "https://blog.sakura.ink"
|
||||
},
|
||||
{
|
||||
"name": "yunsen2025的小窝",
|
||||
"avatar": "https://img.alicdn.com/bao/uploaded/i4/O1CN01TWOpM42DSyY5nC0hM_!!0-mtopupload.jpg",
|
||||
"description": "纯粹的计算机爱好者",
|
||||
"url": "https://www.yunsen2025.top"
|
||||
},
|
||||
{
|
||||
"name": "百里博客",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=3166269605&spec=5",
|
||||
"description": "一个高中生的博客",
|
||||
"url": "https://blog.my0811.cn"
|
||||
},
|
||||
{
|
||||
"name": "Zirkeln",
|
||||
"avatar": "https://zrn.net/wp-content/uploads/2025/07/seia_avatar.jpg.webp",
|
||||
"description": "欢迎来到我的个人网站!这里是我作为一名计算机科学爱好者和 ACG(动画、漫画、游戏)迷,分享我对计算机技术、动画、漫画小说和电子音乐(EDM)等多元兴趣的乐园。",
|
||||
"url": "https://zrn.net"
|
||||
},
|
||||
{
|
||||
"name": "mxd's Planet",
|
||||
"avatar": "https://res.mxdyeah.top/favicon.webp",
|
||||
"description": "平平无奇的菜鸟,喜欢干点自己喜欢做的事情。在这里学习更多有关Linux、*BSD知识,加入我们的大家庭一起交流分享!欢迎在此列表的其他网站互换友链!",
|
||||
"url": "https://www.mxdyeah.top/"
|
||||
},
|
||||
{
|
||||
"name": "森资源",
|
||||
"avatar": "https://img.alicdn.com/bao/uploaded/i4/O1CN01TWOpM42DSyY5nC0hM_!!0-mtopupload.jpg",
|
||||
"description": "牛逼的资源网站(没开站还)",
|
||||
"url": "https://senziyuan.236668.xyz"
|
||||
},
|
||||
{
|
||||
"name": "小宇blog",
|
||||
"avatar": "https://blog.skyxy.qzz.io/images/favicon.svg",
|
||||
"description": "很烂的blog,不怎么更新",
|
||||
"url": "https://blog.skyxy.qzz.io/"
|
||||
},
|
||||
{
|
||||
"name": "QC3284's Blog",
|
||||
"avatar": "https://cdn4.xcqcoo.top/gh/QC3284/233@main/test_db_qc3284.png",
|
||||
"description": "欢迎来到我的博客! 一名乐于探索新事物的爱好者-QC3284",
|
||||
"url": "https://www.xcqcoo.top"
|
||||
},
|
||||
{
|
||||
"name": "zty012 blog (2y.nz)",
|
||||
"avatar": "https://2y.nz/favicon.png",
|
||||
"description": "一个初中生的blog",
|
||||
"url": "https://2y.nz"
|
||||
},
|
||||
{
|
||||
"name": "Elysiam",
|
||||
"avatar": "https://img.170529.xyz/2025/08/favicon-compress.avif",
|
||||
"description": "个人的博客小站,分享下技术和生活。May you, the beauty of this world, always shine",
|
||||
"url": "https://blog.170529.xyz"
|
||||
},
|
||||
{
|
||||
"name": "Gavin's Blog",
|
||||
"avatar": "https://gavin-blog.pages.dev/assets/website/avatar.webp",
|
||||
"description": "一个内容成分复杂的博客小站。",
|
||||
"url": "https://gavin-blog.pages.dev"
|
||||
},
|
||||
{
|
||||
"name": "小张の小站",
|
||||
"avatar": "https://img.xiaozhangya.xin/file/1753185126703_avatar.jpg",
|
||||
"description": "🌟 随时一起探索新事物,让我们一起成长、一起分享,让这片小小的数字世界充满更多的光辉✨!",
|
||||
"url": "https://hub.xiaozhangya.xin"
|
||||
},
|
||||
{
|
||||
"name": "星辰の笔记",
|
||||
"avatar": "https://blog.strarry.top/avatar.jpg",
|
||||
"description": "Code | Think | Share | Repeat",
|
||||
"url": "https://blog.strarry.top/"
|
||||
},
|
||||
{
|
||||
"name": "Ad_closeNN の Blog",
|
||||
"avatar": "https://adclosenn.top/assets/avatar.jpg",
|
||||
"description": "Ad_closeNN 的小站,时不时会刷新一些野生东西 | ✨ 欢迎友链,祝大家天天开心! ✨",
|
||||
"url": "https://adclosenn.top"
|
||||
},
|
||||
{
|
||||
"name": "MC_Kero blog",
|
||||
"avatar": "https://pub-3f1fec3195b64bb4974955567a77da00.r2.dev/OIP.jpeg",
|
||||
"description": "MC_Kero的博客",
|
||||
"url": "https://blog.mckero.com"
|
||||
},
|
||||
{
|
||||
"name": "石墨烯积木的个人博客",
|
||||
"avatar": "https://cdn.jsdelivr.net/gh/shimoxi123/img/img/6894b49f58cb8da5c80fd8e5.webp",
|
||||
"description": "分享一些有趣的东西",
|
||||
"url": "https://www.shimoxi.qzz.io/"
|
||||
},
|
||||
{
|
||||
"name": "Aliom的个人博客",
|
||||
"avatar": "https://avatars.githubusercontent.com/u/182760295?v=4",
|
||||
"description": "Aliom的线上小窝",
|
||||
"url": "https://bailanwa.dpdns.org"
|
||||
},
|
||||
{
|
||||
"name": "THW's Blog",
|
||||
"avatar": "https://img.dooki.cloud/i/2025/08/29/68b09e116c4b6.webp",
|
||||
"description": "Live a good life meet slowly",
|
||||
"url": "https://thw.lol/"
|
||||
},
|
||||
{
|
||||
"name": "尘の个人博客",
|
||||
"avatar": "https://blog.mcxiaochen.top/favicon.ico",
|
||||
"description": "一个高中生 UP 搭的博客 QwQ",
|
||||
"url": "https://blog.mcxiaochen.top/"
|
||||
},
|
||||
{
|
||||
"name": "PARKSI's Blog",
|
||||
"avatar": "https://blog.lparksi.com/images/icon.webp",
|
||||
"description": "Redefine Yourself",
|
||||
"url": "https://blog.lparksi.com/"
|
||||
},
|
||||
{
|
||||
"name": "Zero - Higanbana",
|
||||
"avatar": "https://vtdd.vip/_astro/lx.U15Ju0Ce_1mLhMp.webp",
|
||||
"description": "https://vtdd.vip/",
|
||||
"url": "https://vtdd.vip/"
|
||||
},
|
||||
{
|
||||
"name": "硅基漫游指南",
|
||||
"avatar": "https://blog.lparksi.com/images/icon.webp",
|
||||
"description": "Face life with hope.",
|
||||
"url": "https://blog.helong.online/"
|
||||
},
|
||||
{
|
||||
"name": "chuzouX Blog",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=3451860760&spec=0",
|
||||
"description": "欢迎大家光临本站,希望大家在这里可以找到自己想要的东西,祝大家玩的开心!!",
|
||||
"url": "https://chuzoux.top"
|
||||
},
|
||||
{
|
||||
"name": "千年共振",
|
||||
"avatar": "https://img.remit.ee/api/file/BQACAgUAAyEGAASHRsPbAAEBfBVovV-BBiGQfhx8x5AqxWQsf6Yh8QACEz4AAk_q6VViPZEKaaiLvDYE.jpg/",
|
||||
"description": "安卓人写的苹果博客",
|
||||
"url": "https://blog.01101.top"
|
||||
},
|
||||
{
|
||||
"name": "Mo的记事簿",
|
||||
"avatar": "https://blog.xiowo.net/img/avatar.png",
|
||||
"description": "万年鸽王,哈哈OvO",
|
||||
"url": "https://blog.xiowo.net/"
|
||||
},
|
||||
{
|
||||
"name": "Elykia",
|
||||
"avatar": "https://bu.dusays.com/2024/10/25/671b2438203a6.gif",
|
||||
"description": "致以无暇之人",
|
||||
"url": "https://blog.elykia.cn"
|
||||
},
|
||||
{
|
||||
"name": "CappuccinoZ's Blog",
|
||||
"avatar": "https://kitakita.top/img/avatar2.png",
|
||||
"description": "良机一直就在你眼前",
|
||||
"url": "https://kitakita.top"
|
||||
},
|
||||
{
|
||||
"name": "雨砚Blog",
|
||||
"avatar": "https://www.yuyano.com/img/0/favicon.webp",
|
||||
"description": "一个科技博客丫",
|
||||
"url": "https://www.yuyano.com"
|
||||
},
|
||||
{
|
||||
"name": "XUIOO",
|
||||
"avatar": "https://blog.xuioo.com/27c69590279fdc3be2cd7c901e3d07ad.jpg",
|
||||
"description": "一叶障目,不见泰山;两耳塞豆,不闻雷霆。",
|
||||
"url": "https://blog.xuioo.com"
|
||||
},
|
||||
{
|
||||
"name": "静谧小窝",
|
||||
"avatar": "https://img.yaotustarlight.im/random/ProfilePicture",
|
||||
"description": "星河低语,夜风轻拂",
|
||||
"url": "https://yaotustarlight.im"
|
||||
},
|
||||
{
|
||||
"name": "夏夜流萤",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=7618557&spec=0",
|
||||
"description": "总有一场相遇,是互相喜欢的!",
|
||||
"url": "https://blog.cuteleaf.cn"
|
||||
},
|
||||
{
|
||||
"name": "雨雪冰屋",
|
||||
"avatar": "https://iamyukino.cn/favicon.ico",
|
||||
"description": "可爱的个人网站!一隅雨雪一炉窝,可能会融化持久堆?",
|
||||
"url": "https://iamyukino.cn"
|
||||
},
|
||||
{
|
||||
"name": "SrP-BloG",
|
||||
"avatar": "https://blog.srprolin.top/favicon/favicon.ico",
|
||||
"description": "因为会忘,所以有了这里。",
|
||||
"url": "https://blog.srprolin.top"
|
||||
},
|
||||
{
|
||||
"name": "mccsjs",
|
||||
"avatar": "https://seln.cn/img/head.jpg",
|
||||
"description": "点一盏灯,等一个迷路的夜🍁🍁🍁",
|
||||
"url": "https://seln.cn"
|
||||
},
|
||||
{
|
||||
"name": "晓正杨博客",
|
||||
"avatar": "https://q1.qlogo.cn/g?b=qq&nk=2540797494&s=640",
|
||||
"description": "让代码更有价值,让学生生活不再枯燥",
|
||||
"url": "https://blog.yang233.eu.org"
|
||||
},
|
||||
{
|
||||
"name": "zhongzhong's blog",
|
||||
"avatar": "https://zhongzhong.space/wp-content/uploads/2025/11/avatar.webp",
|
||||
"description": "小白的半成品拼好站",
|
||||
"url": "https://zhongzhong.space"
|
||||
},
|
||||
{
|
||||
"name": "Text03's Blog",
|
||||
"avatar": "https://text03.com/avatar",
|
||||
"description": "如果生活把你推到了板边,记得升龙 →↓↘+👊",
|
||||
"url": "https://text03.com"
|
||||
},
|
||||
{
|
||||
"name": "ノート of 我",
|
||||
"avatar": "https://avatars.githubusercontent.com/u/29329988",
|
||||
"description": "一个简单的笔记",
|
||||
"url": "https://note-of-me.top"
|
||||
},
|
||||
{
|
||||
"name": "Clina's Blog",
|
||||
"avatar": "https://codeberg.org/Clina/fuwari/raw/branch/main/public/photos/photo1.png",
|
||||
"description": "Clina的Blog",
|
||||
"url": "https://clina.webn.cc"
|
||||
},
|
||||
{
|
||||
"name": "Starlr blog",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=3385016019&spec=5",
|
||||
"description": "懒得写文章喵",
|
||||
"url": "https://www.xc-lr.cn"
|
||||
},
|
||||
{
|
||||
"name": "LegspCpd Blog",
|
||||
"avatar": "https://img.2xxt.qzz.io/file/image/blog/me/Image_1764400332601.jpg",
|
||||
"description": "脆弱的防线已经被我们撕碎,现在让这里变得更加混乱!",
|
||||
"url": "https://blog.2xgh.qzz.io"
|
||||
},
|
||||
{
|
||||
"name": "Maple Blog",
|
||||
"avatar": "https://blog.oowo.cc/assets/home/home.png",
|
||||
"description": "趁着年轻,好好犯病。",
|
||||
"url": "https://blog.oowo.cc"
|
||||
},
|
||||
{
|
||||
"name": "Kentの博客",
|
||||
"avatar": "https://avatars.githubusercontent.com/u/155360005",
|
||||
"description": "无聊的一天搭配神经的我~",
|
||||
"url": "https://www.mauz.top"
|
||||
},
|
||||
{
|
||||
"name": "bbb-lsy07",
|
||||
"avatar": "https://images.6uu.us/20250511114301488.JPG",
|
||||
"description": "科技激荡人文,洞见智慧本真。",
|
||||
"url": "https://blog.6uu.us"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
{
|
||||
"sponsors": [
|
||||
{
|
||||
"name": "明镜台",
|
||||
"avatar": "/sponsors/mjt.jpg",
|
||||
"date": "2025-08-02",
|
||||
"amount": "100 ¥"
|
||||
},
|
||||
{
|
||||
"name": "夜轻",
|
||||
"avatar": "https://blog.yeqing.net/favicon.ico",
|
||||
"date": "2025-07-11",
|
||||
"amount": "78 ¥"
|
||||
},
|
||||
{
|
||||
"name": "MingTone",
|
||||
"avatar": "https://q.qlogo.cn/g?b=qq&nk=2244347713&s=160",
|
||||
"date": "2025-07-21",
|
||||
"amount": "50 ¥"
|
||||
},
|
||||
{
|
||||
"name": "酷丁同学",
|
||||
"avatar": "https://coldin.top/src/avatar.webp",
|
||||
"date": "2025-07-15",
|
||||
"amount": "5 USDC"
|
||||
},
|
||||
{
|
||||
"name": "匿名用户",
|
||||
"avatar": null,
|
||||
"date": "2025-07-15",
|
||||
"amount": "19.80¥"
|
||||
},
|
||||
{
|
||||
"name": "AlexMa233",
|
||||
"avatar": "https://blog-backend.alexma.top/api/v2/objects/avatar/112zjnt1f3c2cf3prp.webp",
|
||||
"date": "2025-07-27",
|
||||
"amount": "5 B币"
|
||||
},
|
||||
{
|
||||
"name": "HEISEN黑森",
|
||||
"avatar": "https://img.alicdn.com/bao/uploaded/i4/O1CN01TWOpM42DSyY5nC0hM_!!0-mtopupload.jpg",
|
||||
"date": "2025-08-09",
|
||||
"amount": "两个月充电"
|
||||
},
|
||||
{
|
||||
"name": "chuzouX",
|
||||
"avatar": "https://q2.qlogo.cn/headimg_dl?dst_uin=3451860760&spec=0",
|
||||
"date": "2025-09-07",
|
||||
"amount": "10¥"
|
||||
},
|
||||
{
|
||||
"name": "zz4zz",
|
||||
"avatar": "https://zhongzhong.space/wp-content/uploads/2025/11/avatar.webp",
|
||||
"date": "2025-11-15",
|
||||
"amount": "10¥"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user