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/today-card/TodayCard.svelte | 401 +++++++++++++++++++++++++ 1 file changed, 401 insertions(+) create mode 100644 src/components/jet/today-card/TodayCard.svelte (limited to 'src/components/jet/today-card/TodayCard.svelte') diff --git a/src/components/jet/today-card/TodayCard.svelte b/src/components/jet/today-card/TodayCard.svelte new file mode 100644 index 0000000..84d760f --- /dev/null +++ b/src/components/jet/today-card/TodayCard.svelte @@ -0,0 +1,401 @@ + + + + +
+ {#if media && !useListStyle} + + {/if} + +
+
+ +
+ {#if useBlurryProtectionLayer} +
+ {/if} + +
+ {#if heading && !titleArtwork} +

+ + {heading} + +

+ {/if} + + {#if titleArtwork} +
+ +
+ {/if} + + {#if title && !titleArtwork} +

+ + {@html sanitizeHtml(title)} + +

+ {/if} + + {#if inlineDescription} + +

+ {@html sanitizeHtml(inlineDescription)} +

+
+ {/if} +
+
+ + + {#if overlay} +
+ +
+ {/if} +
+
+ + {#if media && useListStyle} + + {/if} +
+ + + -- cgit v1.2.3