このコミットが含まれているのは:
2026-02-13 03:46:11 +09:00
コミット 71eea05c8e
+2
ファイルの表示
@@ -26,6 +26,7 @@ export default (({ post }: Props) => {
return <NicoViewer id={videoId} width={640} height={360}/>
}
case 'twitter.com':
case 'x.com':
{
@@ -39,6 +40,7 @@ export default (({ post }: Props) => {
return <TwitterEmbed userId={userId} statusId={statusId}/>
}
case 'youtube.com':
{
const videoId = url.searchParams.get ('v')