From bce557cc2dc767628bed6aac87301a1be7c5431b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Tue, 4 Nov 2025 05:03:50 +0800 Subject: init commit --- .../MediumStoryCard/EditorialStoryCardItem.svelte | 304 +++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 src/components/jet/item/MediumStoryCard/EditorialStoryCardItem.svelte (limited to 'src/components/jet/item/MediumStoryCard') diff --git a/src/components/jet/item/MediumStoryCard/EditorialStoryCardItem.svelte b/src/components/jet/item/MediumStoryCard/EditorialStoryCardItem.svelte new file mode 100644 index 0000000..7b7807c --- /dev/null +++ b/src/components/jet/item/MediumStoryCard/EditorialStoryCardItem.svelte @@ -0,0 +1,304 @@ + + + +
+ {#if item.artwork} +
+ + + +
+ {/if} +
+
+ {#if item.badge} +

{item.badge.title}

+ {/if} + + {#if item.title} +

{@html sanitizeHtml(item.title)}

+ {/if} + + {#if item.description} +

{@html sanitizeHtml(item.description)}

+ {/if} +
+ + {#if collectionIcons && !item.editorialDisplayOptions.suppressLockup} +
+
    + {#each collectionIcons as collectionIcon} +
  • + +
  • + {/each} +
+ + {#if !hasMultipleCollectionIcons} + + + {#if destination} +
+ + {$i18n.t('ASE.Web.AppStore.View')} + +
+ {/if} + {/if} +
+ {/if} +
+
+
+
+ + -- cgit v1.2.3