From bb65c4c4155c3c6e7b433172d901624a14b4cb8f Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 14 Jun 2026 21:38:44 +0100 Subject: [PATCH] =?UTF-8?q?cube(portal):=20=E9=A6=96=E9=A1=B5=E5=8A=A0=20v?= =?UTF-8?q?ideo2slides=20=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cube/frontend/src/apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/cube/frontend/src/apps.json b/apps/cube/frontend/src/apps.json index b769541..9965436 100644 --- a/apps/cube/frontend/src/apps.json +++ b/apps/cube/frontend/src/apps.json @@ -75,5 +75,12 @@ "description": "说需求,gemma 现场生成可交互的 WebGL 小程序(给小孩玩)。左边聊天说需求,右边 运行/代码 两个 tab,沙箱 iframe 跑、能看代码。无状态一次性。", "url": "https://webgl.famzheng.me", "status": "live" + }, + { + "slug": "video2slides", + "name": "video2slides", + "description": "长视频(演讲/录屏)按固定间隔抽帧,逐帧比差异,拖动阈值把重复画面变灰、留下关键变化(≈ 幻灯片翻页点)。悬停看彩色大图,按浏览器隔离。", + "url": "https://video2slides.famzheng.me", + "status": "live" } ]