{"id":24232653,"url":"https://github.com/c-zeong/dtv","last_synced_at":"2026-04-12T16:02:30.891Z","repository":{"id":271883898,"uuid":"914839658","full_name":"c-zeong/DTV","owner":"c-zeong","description":"跨平台的轻量化斗鱼直播桌面客户端基于Electron","archived":false,"fork":false,"pushed_at":"2025-01-27T10:05:01.000Z","size":6700,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T11:35:57.941Z","etag":null,"topics":["danmu","douyu","electron","react"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c-zeong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-10T12:15:36.000Z","updated_at":"2025-01-27T10:05:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bb37379-23bb-4dab-b3f1-a432b3fbb713","html_url":"https://github.com/c-zeong/DTV","commit_stats":null,"previous_names":["c-zeong/dtv"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-zeong%2FDTV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-zeong%2FDTV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-zeong%2FDTV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-zeong%2FDTV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-zeong","download_url":"https://codeload.github.com/c-zeong/DTV/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241852157,"owners_count":20030969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["danmu","douyu","electron","react"],"created_at":"2025-01-14T15:56:21.100Z","updated_at":"2025-10-25T05:35:29.700Z","avatar_url":"https://github.com/c-zeong.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/icon.png\" alt=\"DTV Logo\" width=\"128\" height=\"128\"\u003e\n  \u003ch1\u003eDTV\u003c/h1\u003e\n  \u003cp\u003e基于 Tauri 2.0 的跨平台斗鱼\u0026抖音直播桌面客户端\u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\n## 说明\n\n1. 本项目基于 Tauri 2.0 开发，体积小，占用率低。最初基于 Electron 开发的版本已存放于 [electron-legacy](https://github.com/c-zeong/DTV/tree/electron-legacy) 分支，可以做对比\n2. 平台接口有访问频率限制，过于频繁的请求会触发验证码校验，建议合理使用\n3. 本项目仅供学习编程目的使用，未进行任何逆向工程\n\n## 功能\n\n- 🔍 主播搜索：斗鱼支持搜索主播名称，抖音只支持搜索房间号\n- 📺 直播观看：同时观看斗鱼和抖音双平台主播，真正的原画画质\n- 💬 弹幕显示：实时显示直播间弹幕，只显示聊天弹幕，不显示礼物等其他类型弹幕\n- ⭐ 主播收藏：支持收藏喜欢的主播，支持收藏列表手动拖拽排序\n- 📋 支持平台：Mac(Intel+Arm)，Windows，Linux(包括Ubuntu和各类发行版)\n- 🌓 主题切换：支持明暗主题切换\n\n## 软件截图\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e日间模式\u003c/p\u003e\n  \u003cimg src=\"images/iShot_light.png\" alt=\"日间模式\" style=\"width: 100%; max-width: 800px; display: block; margin-left: auto; margin-right: auto;\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e夜间模式\u003c/p\u003e\n  \u003cimg src=\"images/iShot_dark.png\" alt=\"夜间模式\" style=\"width: 100%; max-width: 800px; display: block; margin-left: auto; margin-right: auto;\"\u003e\n\u003c/div\u003e\n\n## 安装方式\n\n可以在 [release](https://github.com/c-zeong/dtv/releases) 目录下载对应系统的安装包, 也可以通过源码编译安装\n\n## 编译\n\n```bash\n# 克隆项目\ngit clone https://github.com/c-zeong/dtv.git\ncd dtv\n\n# 安装依赖\nnpm install\n\n# 开发调试\nnpm run tauri dev\n\n# 打包构建\nnpm run tauri build      # 构建当前系统的安装包\n```\n\n##  参考\n\n- 斗鱼直播流获取参考了 [@wbt5/real-url](https://github.com/wbt5/real-url)  \n- 抖音弹幕参考了[@saermart/DouyinLiveWebFetcher](https://github.com/saermart/DouyinLiveWebFetcher)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-zeong%2Fdtv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-zeong%2Fdtv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-zeong%2Fdtv/lists"}