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

{appEvent.kind}

+

{appEvent.title}

+

+ {appEvent.detail} +

+ {#if requirements} + {requirements} + {/if} +
+ + {#if lockup} +
+ + + {#if urlToLaunchNatively} + + {/if} + + +
+ {/if} +
+
+ + + -- cgit v1.2.3