feat: support for video events

This commit is contained in:
codytseng 2025-08-24 16:24:35 +08:00
parent d6a5a82cf8
commit 6b88da3f03
28 changed files with 116 additions and 72 deletions

View file

@ -109,7 +109,7 @@ export type TFeedInfo = { feedType: TFeedType; id?: string }
export type TLanguage = 'en' | 'zh' | 'pl'
export type TImageInfo = {
export type TImetaInfo = {
url: string
blurHash?: string
dim?: { width: number; height: number }