From 601043b824a66cce113af1ca7abadddeda55bc09 Mon Sep 17 00:00:00 2001 From: "D.Yang" Date: Mon, 27 May 2024 13:02:38 +0800 Subject: [PATCH] update ads --- src/components/SponsorBanner.svelte | 144 +++++++++++++++++++++++++--- 1 file changed, 133 insertions(+), 11 deletions(-) diff --git a/src/components/SponsorBanner.svelte b/src/components/SponsorBanner.svelte index 68d2217b..e978dc5a 100644 --- a/src/components/SponsorBanner.svelte +++ b/src/components/SponsorBanner.svelte @@ -1,12 +1,134 @@ -
- - aizuda-Logo - - - mall4j-Logo - - - crmeb-Logo -
- 😍成为赞助商 + + +
+ {#if isVisible} +
+ {#each currentSponsors as currentSponsor} + +
+
+ +
+
+ {currentSponsor.title} +
+
+ {currentSponsor.description} +
+
+
+
+
+ {/each} +
+ 广告采取随机轮播3个方式显示 + 成为赞助商 +
+
+ {/if} + +
+ +
+ +