mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
* feat(docs): add reusable VideoEmbed and embed intro video on zh homepage Add a provider-agnostic, click-to-load <VideoEmbed> component (Bilibili now, YouTube reserved) and embed the Chinese intro video (BV1cv7Y6gEg7) at the top of the Chinese docs homepage. The facade renders on first paint; the third-party player iframe only mounts on user click, so first paint pays nothing for an external player or its trackers. Registered in both docs MDX component maps so it is reusable on any docs page. Scope is zh docs only — no usecase, no other locales, no analytics, no video hosting. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai> * docs(zh): drop duration from intro video title Use the duration-free title "Multica 中文介绍视频" for the homepage VideoEmbed instead of a minute-count phrasing. Copy accuracy only; no component, layout, or provider changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>