From bce557cc2dc767628bed6aac87301a1be7c5431b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Tue, 4 Nov 2025 05:03:50 +0800 Subject: init commit --- .../jet/marker-shelf/ProductTopLockup.svelte | 463 +++++++++++++++++++++ 1 file changed, 463 insertions(+) create mode 100644 src/components/jet/marker-shelf/ProductTopLockup.svelte (limited to 'src/components/jet/marker-shelf/ProductTopLockup.svelte') diff --git a/src/components/jet/marker-shelf/ProductTopLockup.svelte b/src/components/jet/marker-shelf/ProductTopLockup.svelte new file mode 100644 index 0000000..e56e5b0 --- /dev/null +++ b/src/components/jet/marker-shelf/ProductTopLockup.svelte @@ -0,0 +1,463 @@ + + + + + +
+
+
+ +
+ {#if lockup.icon} + + {/if} + +
+ {#if supportsArcade} + + {:else if lockup.editorialTagline} +

{lockup.editorialTagline}

+ {/if} + +

+ {lockup.title} +

+ +

+ {lockup.subtitle} +

+ + {#if exclusivityText} +

+ {$i18n.t(exclusivityText)} +

+ {/if} + + {#if attributes.length > 0} +

+ {attributes} +

+ {/if} + + {#if page.canonicalURL && (shouldShowLaunchNativeButton || shouldShowShareButton)} +
+ {#if shouldShowLaunchNativeButton} + + + + {/if} + + {#if shouldShowShareButton} + + + {/if} +
+ {/if} +
+
+
+ + +{#if banner} + + + +{/if} + +{#if supportsArcade} + + + +{/if} + + -- cgit v1.2.3