feat: support video

This commit is contained in:
Shusui MOYATANI
2023-07-02 19:14:12 +09:00
parent 916fc8707f
commit 2d109f2f42
10 changed files with 70 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
import { Component, createSignal, Show } from 'solid-js';
import SafeLink from '@/components/utils/SafeLink';
import { fixUrl } from '@/utils/imageUrl';
import { fixUrl } from '@/utils/url';
type ImageDisplayProps = {
url: string;