From bce557cc2dc767628bed6aac87301a1be7c5431b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Tue, 4 Nov 2025 05:03:50 +0800 Subject: init commit --- src/components/jet/item/PosterLockupItem.svelte | 121 ++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 src/components/jet/item/PosterLockupItem.svelte (limited to 'src/components/jet/item/PosterLockupItem.svelte') diff --git a/src/components/jet/item/PosterLockupItem.svelte b/src/components/jet/item/PosterLockupItem.svelte new file mode 100644 index 0000000..08b34e2 --- /dev/null +++ b/src/components/jet/item/PosterLockupItem.svelte @@ -0,0 +1,121 @@ + + + + +
+
+ {#if item.epicHeading} +
+ +
+ {/if} + + {#if item.posterVideo} +
+
+ {:else if item.posterArtwork} +
+ +
+ {/if} +
+ +
+
+ +
+ + + {item.footerText} + {#if item.tertiaryTitle} + | {item.tertiaryTitle} + {/if} + +
+
+
+
+ + -- cgit v1.2.3