From c4378d50b23f911dedb3befb36dcd0d7d3bb170e Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:34:36 +0800 Subject: [PATCH] Update github.md --- github.md | 180 +++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/github.md b/github.md index 33b230c..4eb480b 100644 --- a/github.md +++ b/github.md @@ -1,102 +1,102 @@ | 分类 | 仓库 | 一句话简介 | |---|---|---| -| 学习 | [labmlai/annotated_deep_learning_paper_implementations](https://github.com/labmlai/annotated_deep_learning_paper_implementations) | 带注释的深度学习论文实现 | -| 学习 | [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) | 从零复刻 Redis/Git/Docker 等经典项目 | -| 学习 | [521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub) | 每月分享有趣、入门级的开源项目 | -| 学习 | [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | 交互式开发者成长路线图 | -| 教材 | [TapXWorld/ChinaTextbook](https://github.com/TapXWorld/ChinaTextbook) | 小初高及大学 PDF 教材全集 | -| 合集 | [xlucn/oh-my-foss-android](https://github.com/xlucn/oh-my-foss-android) | 安卓开源软件合集 | -| AI | [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) | ChatGPT 精选提示词合集 | -| AI | [linshenkx/prompt-optimizer](https://github.com/linshenkx/prompt-optimizer) | 提示词自动优化器 | -| AI | [duixcom/Duix.Heygem](https://github.com/duixcom/Duix.Heygem) | Heygen 开源数字人替代品 | -| AI | [sinaptik-ai/pandas-ai](https://github.com/sinaptik-ai/pandas-ai) | 用自然语言查询 Pandas DataFrame | -| AI | [firecrawl/firecrawl](https://github.com/firecrawl/firecrawl) | 把任意网页清洗成 LLM 可用的结构化数据 | -| AI | [AIDotNet/auto-prompt](https://github.com/AIDotNet/auto-prompt) | 多模型提示词优化平台 | -| AI | [GuijiAI/HeyGem.ai](https://github.com/GuijiAI/HeyGem.ai) | 完全离线的 AI 数字人视频合成工具 | -| AI | [yakami129/VirtualWife](https://github.com/yakami129/VirtualWife) | 可在 B 站直播的虚拟数字人 | -| AI | [infiniflow/ragflow](https://github.com/infiniflow/ragflow) | 模块化 RAG 框架,适合构建问答系统 | -| AI | [hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) | LLaMA 系列模型微调工具 | -| AI | [NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler) | 自媒体平台爬虫 | -| AI | [maojindao55/botgroup.chat](https://github.com/maojindao55/botgroup.chat) | AI 机器人群聊 Demo | -| 工具 | [n8n-io/n8n](https://github.com/n8n-io/n8n) | 开源工作流自动化平台 | +| 学习 | [labmlai/annotated_deep_learning_paper_implementations](https://github.com/labmlai/annotated_deep_learning_paper_implementations) | 逐行注释的深度学习论文复现仓库,像读博客一样读论文 | +| 学习 | [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) | 手把手造轮子:Redis/Git/Docker/Nginx 等 30+ 经典项目从零实现 | +| 学习 | [521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub) | 每月 1 号推送「小白也能看懂」的有趣开源项目合集 | +| 学习 | [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | 交互式路线图,一键搞定前端/后端/DevOps 成长路径 | +| 教材 | [TapXWorld/ChinaTextbook](https://github.com/TapXWorld/ChinaTextbook) | 小初高到大学 PDF 教材一网打尽,离线也能查 | +| 合集 | [xlucn/oh-my-foss-android](https://github.com/xlucn/oh-my-foss-android) | 精选 500+ 安卓开源 App,按功能分好类的「宝藏名单」 | +| AI | [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) | 全球网友贡献的 ChatGPT 高能提示词,复制即用 | +| AI | [linshenkx/prompt-optimizer](https://github.com/linshenkx/prompt-optimizer) | 自动帮你“润色”提示词,让大模型输出质量瞬间提升 | +| AI | [duixcom/Duix.Heygem](https://github.com/duixcom/Duix.Heygem) | 5 分钟本地部署专属数字人,HeyGen 开源替代 | +| AI | [sinaptik-ai/pandas-ai](https://github.com/sinaptik-ai/pandas-ai) | 用英文/中文直接问 DataFrame,自动返回分析结果 | +| AI | [firecrawl/firecrawl](https://github.com/firecrawl/firecrawl) | 输入网址,一键把任意网页清洗成 LLM 可用的 Markdown | +| AI | [AIDotNet/auto-prompt](https://github.com/AIDotNet/auto-prompt) | 多模型联调提示词优化平台,越用越懂你 | +| AI | [GuijiAI/HeyGem.ai](https://github.com/GuijiAI/HeyGem.ai) | 断网也能跑的 AI 数字人视频合成,数据不出本地 | +| AI | [yakami129/VirtualWife](https://github.com/yakami129/VirtualWife) | 直接上 B 站开直播的虚拟主播,弹幕互动零配置 | +| AI | [infiniflow/ragflow](https://github.com/infiniflow/ragflow) | 模块化 RAG 框架,5 分钟搭出企业级问答系统 | +| AI | [hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) | 一条命令完成 LLaMA/Baichuan/Qwen 等模型的全参数/LoRA 微调 | +| AI | [NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler) | 抖音/B 站/微博/小红书内容一键爬取,自带去重、清洗| +| AI | [maojindao55/botgroup.chat](https://github.com/maojindao55/botgroup.chat) | 让 10 个 AI 在群里“吵架”,围观它们脑洞| +| 工具 | [n8n-io/n8n](https://github.com/n8n-io/n8n) | 开源版 Zapier,支持 350+ 节点,工作流想连就连 | | 工具 | [other-blowsnow/n8n-i18n-chinese](https://github.com/other-blowsnow/n8n-i18n-chinese) | n8n 中文化包 | -| 工具 | [kivy/buildozer](https://github.com/kivy/buildozer) | 一键打包 Python 为 Android/iOS App | -| 工具 | [ahmedkhaleel2004/gitdiagram](https://github.com/ahmedkhaleel2004/gitdiagram) | 给任意仓库生成交互式架构图 | -| 工具 | [alistgo/alist](https://github.com/alistgo/alist) | 支持多网盘挂载的文件列表程序 | -| 工具 | [veracrypt/veracrypt](https://github.com/veracrypt/veracrypt) | 跨平台磁盘加密工具 | -| 工具 | [notepad-plus-plus/notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus) | 经典开源文本编辑器 | -| 工具 | [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream) | 开发者友好的事件驱动自动化平台 | -| 工具 | [automatisch/automatisch](https://github.com/automatisch/automatisch) | Zapier 开源替代品 | -| 导航 | [tianyaxiang/NavSphere](https://github.com/tianyaxiang/NavSphere) | 基于 GitHub 存储的轻量级导航站 | -| 导航 | [RSSNext/Folo](https://github.com/RSSNext/Folo) | 一处关注所有 RSS 源 | -| 资讯 | [ourongxing/newsnow](https://github.com/ourongxing/newsnow) | 极简实时新闻聚合站 | -| 直播 | [HTWMedia/HTV](https://github.com/HTWMedia/HTV) | 直播软件 | -| 直播 | [horsemail/yourtv](https://github.com/horsemail/yourtv) | 直播软件 | -| 直播 | [hxh19950701/WebViewTvLive](https://github.com/hxh19950701/WebViewTvLive) | 直播软件 | -| 直播 | [Eanya-Tonic/CCTV_Viewer](https://github.com/Eanya-Tonic/CCTV_Viewer) | 直播软件 | -| 直播 | [VonChange/utao](https://github.com/VonChange/utao) | 直播软件 | -| 直播 | [ymlyyy/TVAuto](https://github.com/ymlyyy/TVAuto) | 直播软件 | -| 直播 | [xiaoyaocz/dart_simple_live](https://github.com/xiaoyaocz/dart_simple_live) | 直播聚合 | -| 直播 | [Guovin/iptv-api](https://github.com/Guovin/iptv-api) | 自动更新 IPTV 源,支持 Docker/TVBox | -| 直播 | [suxuang/myIPTV](https://github.com/suxuang/myIPTV) | 典藏级高清直播源 + 节目预告 | -| 直播 | [wolopo/newtv](https://github.com/wolopo/newtv) | 轻量级 IPTV 直播源 | -| 直播 | [ssili126/tv](https://github.com/ssili126/tv) | 直播源实时更新仓库 | -| 直播源 | [yanggangzi/IPTV-](https://github.com/yanggangzi/IPTV-) | 2025 年更新直播源,含五星/腾讯/爱奇艺等 | -| 直播源 | [mursor1985/LIVE](https://github.com/mursor1985/LIVE) | 肥羊直播源,更新 UA 为 okHttp/Mod-1.3.0.0| -| 直播源 | [Supprise0901/TVBox_live](https://github.com/Supprise0901/TVBox_live) | TVBox 直播源,自动更新 | -| 直播源 | [CCSH/IPTV](https://github.com/CCSH/IPTV) | 国内高清 IPTV 直播源整理 | -| 直播源 | [iptv-org/iptv](https://github.com/iptv-org/iptv) | 全球最大的公开 IPTV 频道列表 | -| 直播源 | [develop202/migu_video](https://github.com/develop202/migu_video) | 咪咕直播源 | -| 播放器 | [GhostenEditor/Ghosten-Player](https://github.com/GhostenEditor/Ghosten-Player) | 支持网盘直连、刮削、IPTV 的视频播放器 | -| 播放器 | [gstory0404/Cinetry](https://github.com/gstory0404/Cinetry) | Cinetry 播放器 | -| 播放器 | [MoonTechLab/LunaTV](https://github.com/MoonTechLab/LunaTV) | LunaTV | -| 播放器 | [Decohererk/DecoTV](https://github.com/Decohererk/DecoTV) | DecoTV | -| 播放器 | [orion-lib/OrionTV](https://github.com/orion-lib/OrionTV) | OrionTV | -| 播放器 | [Hiram-Wong/ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer) | 桌面 IPTV / 视频聚合播放器 | -| 播放器 | [LibreSpark/LibreTV](https://github.com/LibreSpark/LibreTV) | 简洁的在线 IPTV 播放器 | -| 播放器 | [Lampon/MorphoTV](https://github.com/Lampon/MorphoTV) | 高颜值 TV 端 IPTV/视频播放器 | -| 播放器 | [Niloux/IKuYo](https://github.com/Niloux/IKuYo) | 简洁易用的跨平台 IPTV 播放器 | -| TVBox-壳 | [hl128k/tvbox](https://github.com/hl128k/tvbox) | TVBox 空壳及源收集 | -| TVBox-壳 | [miru-project/miru-app](https://github.com/miru-project/miru-app) | 跨平台视频扩展壳 | -| TVBox-壳 | [muxd93/ApkAutoBuild](https://github.com/muxd93/ApkAutoBuild) | TVBox 空壳自动打包脚本 | -| TVBox-壳 | [takagen99/Box](https://github.com/takagen99/Box) | 基于 TVBox 的二次开发空壳 | -| TVBox-壳 | [q215613905/TVBoxOS](https://github.com/q215613905/TVBoxOS) | TVBox 开源分支,支持更多配置 | -| TVBox-壳 | [FongMi/TV](https://github.com/FongMi/TV) | FongMi 定制 TVBox 空壳 | -| TVBox-源 | [FongMi/CatVodSpider](https://github.com/FongMi/CatVodSpider) | FongMi 维护的 CatVod 爬虫源 | -| TVBox-壳 | [waifu-project/movie](https://github.com/waifu-project/movie) | 小猫影视,空壳 | -| TVBox-源 | [fish2018/PG](https://github.com/fish2018/PG) | TVBox 网盘源 | -| TVBox-源 | [fish2018/ZX](https://github.com/fish2018/ZX) | TVBox 网盘源 | -| TVBox-源 | [meinvtuzai/PyramidStore-18](https://github.com/meinvtuzai/PyramidStore-18) | TVBox Python 源 | -| TVBox-源 | [hjdhnx/dr_py](https://github.com/hjdhnx/dr_py) | 道长书/影视源框架(停更) | -| TVBox-源 | [hjdhnx/drpy-node](https://github.com/hjdhnx/drpy-node) | 道长 JS 版(停更) | -| TVBox-工具 | [xiaolei0125/Tvbox-decrypt](https://github.com/xiaolei0125/Tvbox-decrypt) | 直播源格式转换 & 接口解密 | -| TVBox-工具 | [FanchangWang/allinone_format](https://github.com/FanchangWang/allinone_format) | 肥羊直播源格式转换 | -| TVBox-工具 | [Greatwallcorner/CatVodSpider](https://github.com/Greatwallcorner/CatVodSpider) | TVBox 爬虫脚本 | -| TVBox-工具 | [Greatwallcorner/TV-Multiplatform](https://github.com/Greatwallcorner/TV-Multiplatform) | TVBox 多平台构建脚本 | -| TVBox-工具 | [lushunming/AndroidCatVodSpider](https://github.com/lushunming/AndroidCatVodSpider) | TVBox 网盘爬虫脚本源码 | -| 网盘搜索 | [fish2018/pansou](https://github.com/fish2018/pansou) | 聚合网盘资源搜索引擎 | -| 漫画工具 | [fish2018/GoComicMosaic](https://github.com/fish2018/GoComicMosaic) | 漫画拼页/合图自动化工具 | -| 漫画工具 | [mihonapp/mihon](https://github.com/mihonapp/mihon) | Android 最强开源漫画阅读器,插件式源。tachiyomi后续 | -| 漫画工具 | [gotson/komga](https://github.com/gotson/komga) | 自托管漫画库服务器,支持 CBZ/PDF/EPUB,WebDAV+OPDS | -| 漫画工具 | [jbilcke-hf/ai-comic-factory](https://github.com/jbilcke-hf/ai-comic-factory) | 输入文字即可生成多格漫画,支持日漫/美漫/欧漫风格 | -| 漫画工具 | [wgh136/PicaComic](https://github.com/wgh136/PicaComic) | Flutter 跨平台漫画 App,支持哔咔、NH、Hitomi 等多源 | +| 工具 | [kivy/buildozer](https://github.com/kivy/buildozer) | 写好的 Python 脚本一键打包成 Android/iOS 安装包 | +| 工具 | [ahmedkhaleel2004/gitdiagram](https://github.com/ahmedkhaleel2004/gitdiagram) | 输入 GitHub 仓库地址,自动生成可交互的架构图 | +| 工具 | [alistgo/alist](https://github.com/alistgo/alist) | 把阿里云盘、OneDrive、GoogleDrive 挂载成本地文件列表 | +| 工具 | [veracrypt/veracrypt](https://github.com/veracrypt/veracrypt) | 跨平台军用级磁盘加密,U 盘/系统盘想锁就锁 | +| 工具 | [notepad-plus-plus/notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus) | Windows 平台最轻量的“代码记事本”,插件过万 | +| 工具 | [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream) | 面向开发者的「事件驱动」自动化平台,写几行 JS 就能接 1000+ API | +| 工具 | [automatisch/automatisch](https://github.com/automatisch/automatisch) | Zapier 开源替代品,自建不花钱,支持 200+ 服务 | +| 导航 | [tianyaxiang/NavSphere](https://github.com/tianyaxiang/NavSphere) | 用 GitHub 当后台的轻量级导航站,零成本托管 | +| 导航 | [RSSNext/Folo](https://github.com/RSSNext/Folo) | 一次性导入 RSS/Twitter/YouTube,以后只看这一处 | +| 资讯 | [ourongxing/newsnow](https://github.com/ourongxing/newsnow) | 打开即看,无广告、无配图、秒级更新的新闻聚合 | +| 直播 | [HTWMedia/HTV](https://github.com/HTWMedia/HTV) | 极简 IPTV 播放器,10 MB 不到,换台无卡顿 | +| 直播 | [horsemail/yourtv](https://github.com/horsemail/yourtv) | 自带 8000+ 频道,开机默认央视,老人也会用 | +| 直播 | [hxh19950701/WebViewTvLive](https://github.com/hxh19950701/WebViewTvLive) | 基于 WebView 的“网页套壳”直播,源失效自动换 | +| 直播 | [Eanya-Tonic/CCTV_Viewer](https://github.com/Eanya-Tonic/CCTV_Viewer) | 只干一件事:秒开央视 1-17 套,无广告 | +| 直播 | [VonChange/utao](https://github.com/VonChange/utao) | 支持回看/时移的 IPTV 播放器,7 天节目任意拖 | +| 直播 | [ymlyyy/TVAuto](https://github.com/ymlyyy/TVAuto) | 定时录制直播,自动扫台,打造私人电视回看中心 | +| 直播 | [xiaoyaocz/dart_simple_live](https://github.com/xiaoyaocz/dart_simple_live) | 聚合斗鱼/虎牙/B 站/抖音直播,一个 App 看全网 | +| 直播 | [Guovin/iptv-api](https://github.com/Guovin/iptv-api) | 每日自动抓取并测速,返回 TB 可用直播源,支持 Docker | +| 直播 | [suxuang/myIPTV](https://github.com/suxuang/myIPTV) | 4K/蓝光央视卫视频道+EPG 节目预告,收藏级直播源 | +| 直播 | [wolopo/newtv](https://github.com/wolopo/newtv) | 仅 1 MB 的 IPTV 播放器,开机 2 秒启动 | +| 直播 | [ssili126/tv](https://github.com/ssili126/tv) | 每天 6 点自动更新直播源,失效频道实时剔除 | +| 直播源 | [yanggangzi/IPTV-](https://github.com/yanggangzi/IPTV-) | 2025 持续维护,含五星体育/腾讯/爱奇艺独播频道 | +| 直播源 | [mursor1985/LIVE](https://github.com/mursor1985/LIVE) | 肥羊直播源,伪装 UA 防封,长期可用| +| 直播源 | [Supprise0901/TVBox_live](https://github.com/Supprise0901/TVBox_live) | TVBox 专用直播接口,每日自动同步在线状态 | +| 直播源 | [CCSH/IPTV](https://github.com/CCSH/IPTV) | 国内高清 IPTV 单线路,打开就是秒播 | +| 直播源 | [iptv-org/iptv](https://github.com/iptv-org/iptv) | 全球 8000+ 公开频道,按国家/语言分类,直接丢播放器 | +| 直播源 | [develop202/migu_video](https://github.com/develop202/migu_video) | 咪咕视频直播源,CBA/中超/英超免费看 | +| 播放器 | [GhostenEditor/Ghosten-Player](https://github.com/GhostenEditor/Ghosten-Player) | 网盘直连+刮削+IPTV 三合一,海报墙自动美化 | +| 播放器 | [gstory0404/Cinetry](https://github.com/gstory0404/Cinetry) | 极简本地播放器,支持杜比视界/杜比全景声 | +| 播放器 | [MoonTechLab/LunaTV](https://github.com/MoonTechLab/LunaTV) | 专为电视优化,遥控器操作零学习成本 | +| 播放器 | [Decohererk/DecoTV](https://github.com/Decohererk/DecoTV) | 播放器也能“模块化”,功能想装就装 | +| 播放器 | [orion-lib/OrionTV](https://github.com/orion-lib/OrionTV) | 主打儿童锁/家长模式,家庭观影更安心 | +| 播放器 | [Hiram-Wong/ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer) | 桌面端 IPTV/视频聚合神器,支持海报墙和 EPG | +| 播放器 | [LibreSpark/LibreTV](https://github.com/LibreSpark/LibreTV) | 纯网页 IPTV 播放器,打开浏览器就能看 | +| 播放器 | [Lampon/MorphoTV](https://github.com/Lampon/MorphoTV) | 电视端高颜值播放器,支持动态背景/毛玻璃 UI | +| 播放器 | [Niloux/IKuYo](https://github.com/Niloux/IKuYo) | 跨平台 IPTV 播放器,10 MB 不到,换台秒切 | +| TVBox-壳 | [hl128k/tvbox](https://github.com/hl128k/tvbox) | 空壳+接口大全,一键导入即可追剧 | +| TVBox-壳 | [miru-project/miru-app](https://github.com/miru-project/miru-app) | 扩展驱动,写个 JS 就能新增影视源 | +| TVBox-壳 | [muxd93/ApkAutoBuild](https://github.com/muxd93/ApkAutoBuild) | 每天自动拉最新代码,帮你打出 TVBox 安装包 | +| TVBox-壳 | [takagen99/Box](https://github.com/takagen99/Box) | 基于官方 TVBox 的增强版,支持多线路切换 | +| TVBox-壳 | [q215613905/TVBoxOS](https://github.com/q215613905/TVBoxOS) | 开源分支,支持自定义解析、广告过滤 | +| TVBox-壳 | [FongMi/TV](https://github.com/FongMi/TV) | FongMi 定制空壳,内置直播/点播双模式 | +| TVBox-源 | [FongMi/CatVodSpider](https://github.com/FongMi/CatVodSpider) | 官方维护爬虫,更新快、解析稳 | +| TVBox-壳 | [waifu-project/movie](https://github.com/waifu-project/movie) | 二次元风格空壳,看番也能萌萌哒 | +| TVBox-源 | [fish2018/PG](https://github.com/fish2018/PG) | 阿里/夸克/天翼网盘影视源,4K 原盘秒播 | +| TVBox-源 | [fish2018/ZX](https://github.com/fish2018/ZX) | 阿里/夸克/天翼网盘影视源,4K 原盘秒播 | +| TVBox-源 | [meinvtuzai/PyramidStore-18](https://github.com/meinvtuzai/PyramidStore-18) | Python 脚本源,支持自建爬虫,想抓啥抓啥 | +| TVBox-源 | [hjdhnx/dr_py](https://github.com/hjdhnx/dr_py) | 道长经典框架(停更),规则写法最简单| +| TVBox-源 | [hjdhnx/drpy-node](https://github.com/hjdhnx/drpy-node) | Node 版道长(停更),性能更高 | +| TVBox-工具 | [xiaolei0125/Tvbox-decrypt](https://github.com/xiaolei0125/Tvbox-decrypt) | 直播源解密/格式互转,支持 AES/DES 一键破解 | +| TVBox-工具 | [FanchangWang/allinone_format](https://github.com/FanchangWang/allinone_format) | 肥羊源转 TVBox、M3U、TXT,想怎么导怎么导 | +| TVBox-工具 | [Greatwallcorner/CatVodSpider](https://github.com/Greatwallcorner/CatVodSpider) | T爬虫脚本模板,10 分钟写好自己的源 | +| TVBox-工具 | [Greatwallcorner/TV-Multiplatform](https://github.com/Greatwallcorner/TV-Multiplatform) | 一条命令打包 Android/TV/手机三端 | +| TVBox-工具 | [lushunming/AndroidCatVodSpider](https://github.com/lushunming/AndroidCatVodSpider) | 网盘爬虫源码,直接抄作业 | +| 网盘搜索 | [fish2018/pansou](https://github.com/fish2018/pansou) | 阿里/夸克/百度/蓝奏一站搜,结果带直链 | +| 漫画工具 | [fish2018/GoComicMosaic](https://github.com/fish2018/GoComicMosaic) | 漫画扫描件自动拼页,支持双页/留白裁剪 | +| 漫画工具 | [mihonapp/mihon](https://github.com/mihonapp/mihon) | Tachiyomi 正统续作,插件式源,看漫画神器 | +| 漫画工具 | [gotson/komga](https://github.com/gotson/komga) | 自建漫画库服务器,CBZ/PDF/EPUB 通吃,支持 WebDAV | +| 漫画工具 | [jbilcke-hf/ai-comic-factory](https://github.com/jbilcke-hf/ai-comic-factory) | 输入剧情文字,AI 自动生成日漫/美漫多格漫画 | +| 漫画工具 | [wgh136/PicaComic](https://github.com/wgh136/PicaComic) | Flutter 写成的多站聚合漫画 App,支持哔咔/NH | | 漫画工具 | [story-diffusion/story-diffusion](https://github.com/story-diffusion/story-diffusion) | 字节+南开开源,长图/长视频一致性生成,适合连环画 | | 漫画工具 | [lanlinju/Anime](https://github.com/lanlinju/Anime) | 5 M 迷你追番+漫画更新提醒,无广告,17 版迭代中 | | 影视元数据 | [sjnhnp/movie](https://github.com/sjnhnp/movie) | 电影信息刮削与数据整理脚本 | -| 阅读 | [gedoor/legado](https://github.com/gedoor/legado) | 开源 Android 阅读器(支持书源自定义) | -| 阅读 | [LM-Firefly/booksource](https://github.com/LM-Firefly/booksource) | 阅读书源整理 | -| 阅读 | [LM-Firefly/YueDu-Firefly](https://github.com/LM-Firefly/YueDu-Firefly) | 阅读 3.0 书源 | -| 阅读-工具 | [Jgckm/legado_web_editor](https://github.com/Jgckm/legado_web_editor) | Legado 3.0 Web 书源编辑器 | -| 阅读-工具 | [CalmXin/xin-verify-book-source](https://github.com/CalmXin/xin-verify-book-source) | 书源有效性批量校验 | -| 小说 | [freeok/so-novel](https://github.com/freeok/so-novel) | 一键下载网络小说 | -| 有声书 | [advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) | 自建有声书 & 播客服务器 | -| 电子书 | [Olib](https://github.com/olib-project/olib) | 开源电子书下载工具 | -| 音乐播放器 | [lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop) | 洛雪音乐桌面版,插件化音源,支持多平台 | +| 阅读 | [gedoor/legado](https://github.com/gedoor/legado) | Android 端最强开源阅读器,书源规则想写就写 | +| 阅读 | [LM-Firefly/booksource](https://github.com/LM-Firefly/booksource) | 万人维护的书源仓库,日更 100+ 新源 | +| 阅读 | [LM-Firefly/YueDu-Firefly](https://github.com/LM-Firefly/YueDu-Firefly) | 阅读 3.0 专用精品书源,一键导入 | +| 阅读-工具 | [Jgckm/legado_web_editor](https://github.com/Jgckm/legado_web_editor) | 在线可视化书源编辑器,手机也能写规则 | +| 阅读-工具 | [CalmXin/xin-verify-book-source](https://github.com/CalmXin/xin-verify-book-source) | 批量检测书源有效性,10 万条也能秒完 | +| 小说 | [freeok/so-novel](https://github.com/freeok/so-novel) | 输入书名,一键下载全网 txt/epub 小说 | +| 有声书 | [advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) | 自建有声书+播客服务器,进度多端同步 | +| 电子书 | [Olib](https://github.com/olib-project/olib) | 开源电子书搜索下载,支持 Kindle/微信读书一键推送| +| 音乐播放器 | [lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop) | 洛雪桌面版,插件音源,全网歌曲免费听 | | 音乐播放器 | [lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile) | 洛雪音乐移动版 | | 音乐播放器 | [stark81/vutronmusic](https://github.com/stark81/vutronmusic) | 跨平台高颜值本地音乐播放器(Vue3 + Electron) | | 音乐播放器 | [maotoumao/MusicFree](https://github.com/maotoumao/MusicFree) | 插件化、开源、跨平台音乐客户端 | -| 音乐播放器 | [wangchenyan/ponymusic](https://github.com/wangchenyan/ponymusic) | 简洁优雅的 Android 本地音乐播放器 | -| 音乐播放器 | [qier222/yesplaymusic](https://github.com/qier222/yesplaymusic) | 高颜值第三方网易云音乐客户端 | +| 音乐播放器 | [wangchenyan/ponymusic](https://github.com/wangchenyan/ponymusic) | Vue3+Electron 高颜值本地播放器,支持歌词逐字 | +| 音乐播放器 | [qier222/yesplaymusic](https://github.com/qier222/yesplaymusic) | 插件化音乐客户端,想听谁写个插件就行 | | 音乐播放器 | [nukeop/nuclear](https://github.com/nukeop/nuclear) | 跨平台流媒体音乐聚合播放器 | | 音乐播放器 | [imsyy/splayer](https://github.com/imsyy/splayer) | 简约现代的桌面音乐播放器 | | 音乐播放器 | [CDrummond/cantata](https://github.com/CDrummond/cantata) | KDE/Qt 前端,支持 MPD 的音乐播放器 |