diff --git a/@share/components/Video.tsx b/@share/components/Video.tsx
index 5cf9022..4f9c124 100644
--- a/@share/components/Video.tsx
+++ b/@share/components/Video.tsx
@@ -1,3 +1,4 @@
+import { Image } from 'expo-image'
import { memo, useEffect, useState } from 'react'
import { ViewStyle } from 'react-native'
import Video from 'react-native-video'
@@ -17,22 +18,25 @@ const VideoBox = ({ url, poster, style, ...videoProps }: Props) => {
setPaused(!Boolean(url))
}, [url])
+ const createUrl = (url: string)=>`https://modal-dev.bowong.cc/api/custom/video/converter/${encodeURI(url)}?options=compression_level=3,quality=70,loop=true,resolution=120x120,fps=24`
+
return (
// 当 url 变化时通过 key 强制重载,确保自动播放生效
-
+ //
+
)
}
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 8d673a3..5545f21 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -240,9 +240,9 @@ const GridItem = memo(function GridItem({ item, isSelected, itemW
) : (
)} */}
-
+ {/*
*/}
- {/* */}
+
{isSelected && }