mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
feat: support video
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user