lavoce #42

Merged
bragaz_rexita merged 18 commits from lavoce into main 2026-04-10 05:35:38 +00:00
Showing only changes of commit 9c405fa0de - Show all commits

View File

@@ -12,7 +12,7 @@ const IndexWebControl = memo(function IndexWebControl() {
const [isPlaying, setIsPlaying] = useState(false);
const url = "https://117.102.231.130:9529";
const url = "https://117.102.231.130:9531/qrview";
const handlePlay = () => {
setIsPlaying(true);
@@ -57,7 +57,7 @@ const IndexWebControl = memo(function IndexWebControl() {
<div
style={{
border: '1px solid #ddd',
height: '500px',
height: '700px',
background: '#fafafa',
}}
>