From f1fe8eb55969ea4fc857d0759cc40f56460b98bb Mon Sep 17 00:00:00 2001 From: xiaomai Date: Wed, 12 Nov 2025 20:45:13 +0800 Subject: [PATCH] feat(sponsorList): implement sponsor grouping and redesign UI This commit introduces a major update to the sponsor list display. - Implements a feature to group cash sponsors below a certain amount threshold. This helps to declutter the display when there are many smaller donations. - Adds a new `cash-group` display type to handle the rendering of these grouped sponsors. - Completely redesigns the UI with a new color scheme, gradients, and improved typography for a more polished and visually engaging presentation. - Updates the styling for individual sponsor cards to improve readability and visual hierarchy. --- 20251115/sponsorList.json | 19 +++++ 20251115/sponsorList/index.html | 119 ++++++++++++++++++++++++++------ 2 files changed, 118 insertions(+), 20 deletions(-) diff --git a/20251115/sponsorList.json b/20251115/sponsorList.json index 93f97e7..469ca28 100644 --- a/20251115/sponsorList.json +++ b/20251115/sponsorList.json @@ -2,6 +2,25 @@ "eventTitle": "永平新港汕河体育协会 2 周年庆联欢晚宴", "logos": [{ "imgSrc": "SamHor-HighRes.png" }, { "imgSrc": "关公文化-HighRes.png" }, { "imgSrc": "VWorld2 Logo.png" }], "sponsorList": [ + { "name": "Tootaio Studio", "type": "cash", "amount": 5000 }, + { "name": "路人甲子", "type": "cash", "amount": 500 }, + { "name": "路人乙丑", "type": "cash", "amount": 500 }, + { "name": "路人丙寅", "type": "cash", "amount": 500 }, + { "name": "路人丁卯", "type": "cash", "amount": 500 }, + { "name": "路人戊辰", "type": "cash", "amount": 500 }, + { "name": "路人己巳", "type": "cash", "amount": 500 }, + { "name": "路人庚午", "type": "cash", "amount": 500 }, + { "name": "路人辛未", "type": "cash", "amount": 500 }, + { "name": "路人壬申", "type": "cash", "amount": 500 }, + { "name": "路人癸酉", "type": "cash", "amount": 500 }, + { "name": "路人甲戌", "type": "cash", "amount": 500 }, + { "name": "路人乙亥", "type": "cash", "amount": 500 }, + { "name": "路人丙子", "type": "cash", "amount": 500 }, + { "name": "路人丁丑", "type": "cash", "amount": 500 }, + { "name": "路人戊寅", "type": "cash", "amount": 500 }, + { "name": "路人己卯", "type": "cash", "amount": 500 }, + { "name": "路人庚辰", "type": "cash", "amount": 500 }, + { "name": "路人辛巳", "type": "cash", "amount": 500 }, { "name": "永平新港月圆联谊会", "type": "table", "amount": 1, "note": "" }, { "name": "新港三川福利联谊会", "type": "table", "amount": 1, "note": "" }, { "name": "永平三川福利联谊会", "type": "table", "amount": 1, "note": "" }, diff --git a/20251115/sponsorList/index.html b/20251115/sponsorList/index.html index 9a61616..e16a869 100644 --- a/20251115/sponsorList/index.html +++ b/20251115/sponsorList/index.html @@ -33,30 +33,71 @@
-
{{eventTitle}}
+
+ {{eventTitle}} +
-
-
-
- {{sponsor}} +
+
+
+
+ {{sponsor}} +
-
+
-
-