mirror of
https://github.com/OpenVGLab/OmniLottie.git
synced 2026-09-16 23:26:26 +00:00
update gallery
This commit is contained in:
+3
-3
@@ -630,7 +630,7 @@
|
|||||||
<article class="video-shell">
|
<article class="video-shell">
|
||||||
<!-- <div class="video-chip">Lottie Parametrization and Generation Process</div> -->
|
<!-- <div class="video-chip">Lottie Parametrization and Generation Process</div> -->
|
||||||
<div class="video-frame">
|
<div class="video-frame">
|
||||||
<video src="./assets/OmniLottie-main-demo.mp4" autoplay muted loop playsinline controls></video>
|
<video src="./assets/OmniLottie-main-demo.mp4" autoplay muted loop playsinline></video>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@@ -980,10 +980,10 @@
|
|||||||
const text = citationEl.textContent || '';
|
const text = citationEl.textContent || '';
|
||||||
try {
|
try {
|
||||||
await navigator.clipboard.writeText(text);
|
await navigator.clipboard.writeText(text);
|
||||||
btn.textContent = '已复制';
|
btn.textContent = 'Copied Citation';
|
||||||
setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200);
|
setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200);
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
btn.textContent = '复制失败';
|
btn.textContent = 'Copy Citation Failed';
|
||||||
setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200);
|
setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user