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.
This commit is contained in:
@@ -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": "" },
|
||||
|
||||
Reference in New Issue
Block a user