[PR #1516] [CLOSED] Excalidraw fusion #8829

Closed
opened 2026-04-21 20:46:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1516
Author: @celebrateyang
Created: 2/25/2026
Status: Closed

Base: mainHead: excalidraw-fusion


📝 Commits (10+)

📊 Changes

616 files changed (+111096 additions, -2676 deletions)

View changed files

.circleci/config.yml (+126 -0)
📝 .gitignore (+12 -1)
AGENTS.md (+94 -0)
📝 Dockerfile (+4 -1)
YOUTUBE_AUTH_SETUP.md (+108 -0)
📝 api/README.md (+91 -9)
api/db.sqlite3 (+0 -0)
api/dev-start.js (+20 -0)
api/init-social.js (+60 -0)
api/init-users.js (+27 -0)
📝 api/package.json (+27 -13)
api/setup-youtube-auth.js (+38 -0)
📝 api/src/cobalt.js (+20 -10)
📝 api/src/config.js (+64 -34)
api/src/cookies.example.json (+15 -0)
📝 api/src/core/api.js (+624 -120)
api/src/core/env.js (+366 -0)
api/src/core/itunnel.js (+61 -0)
api/src/core/signaling.js (+369 -0)
api/src/db/collection-memory.js (+239 -0)

...and 80 more files

📄 Description

加入白板录屏功能


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1516 **Author:** [@celebrateyang](https://github.com/celebrateyang) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `excalidraw-fusion` --- ### 📝 Commits (10+) - [`ba85ade`](https://github.com/imputnet/cobalt/commit/ba85adeff427ac7b957fd177c58b8464b05edc05) tiktok视频有水印问题 - [`9601b9a`](https://github.com/imputnet/cobalt/commit/9601b9a30fbbd2cd2b381d84f63968ac90cc7e75) tiktok水印问题 - [`3e17f52`](https://github.com/imputnet/cobalt/commit/3e17f522a63cbf795a293791a365bda2d676128d) 修复instagram不能下载的问题 - [`c2adc5e`](https://github.com/imputnet/cobalt/commit/c2adc5e8c2846d05db52553bafe58ec2493d4fef) fix instagtagram不能下载的问题 - [`8de6771`](https://github.com/imputnet/cobalt/commit/8de6771bc7f399359a4c440b6b05c306876dff62) 开启debug - [`d535447`](https://github.com/imputnet/cobalt/commit/d535447b729bcf7e8f15bed98038379e4ab38467) 生产环境instagram下载不了 - [`3d968dc`](https://github.com/imputnet/cobalt/commit/3d968dc827ce057b943ae701e68ce13f28c2e430) debug - [`6d9d7e7`](https://github.com/imputnet/cobalt/commit/6d9d7e79588be5cde6138f85b66caca0f6e89306) 调试 - [`1832785`](https://github.com/imputnet/cobalt/commit/1832785ef9651579e388f16b33760fd43f9076c6) 批量删除视频 - [`1ae654a`](https://github.com/imputnet/cobalt/commit/1ae654ad9ca010e2e3bc910c2d7a00ad0c843a23) 批次下载前端积分控制 ### 📊 Changes **616 files changed** (+111096 additions, -2676 deletions) <details> <summary>View changed files</summary> ➕ `.circleci/config.yml` (+126 -0) 📝 `.gitignore` (+12 -1) ➕ `AGENTS.md` (+94 -0) 📝 `Dockerfile` (+4 -1) ➕ `YOUTUBE_AUTH_SETUP.md` (+108 -0) 📝 `api/README.md` (+91 -9) ➕ `api/db.sqlite3` (+0 -0) ➕ `api/dev-start.js` (+20 -0) ➕ `api/init-social.js` (+60 -0) ➕ `api/init-users.js` (+27 -0) 📝 `api/package.json` (+27 -13) ➕ `api/setup-youtube-auth.js` (+38 -0) 📝 `api/src/cobalt.js` (+20 -10) 📝 `api/src/config.js` (+64 -34) ➕ `api/src/cookies.example.json` (+15 -0) 📝 `api/src/core/api.js` (+624 -120) ➕ `api/src/core/env.js` (+366 -0) ➕ `api/src/core/itunnel.js` (+61 -0) ➕ `api/src/core/signaling.js` (+369 -0) ➕ `api/src/db/collection-memory.js` (+239 -0) _...and 80 more files_ </details> ### 📄 Description 加入白板录屏功能 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 20:46:45 -05:00
Sign in to join this conversation.