Files
dinner.tootaio.com/20250916/ppt/config/banquet.json
xiaomai bcbae992a3 feat(sponsor-list): implement new design with animated canvas background
This commit introduces a completely redesigned sponsor list page. The previous two-column layout is replaced with a
modern, single-column auto-scrolling list that unifies all sponsors. A dynamic canvas animation has been added to the
background for a more engaging visual experience. Previous versions of the page have been archived. This update also
includes data corrections for sponsor names and minor fixes to the related PPT assets.
2025-09-16 23:48:44 +08:00

36 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest": "./templates/manifest.json",
"slides": [
{
"type": "cover",
"template": "cover",
"background": "./images/Background.jpg"
},
{
"type": "speech",
"template": "speech",
"data": {
"name": "林添顺",
"nameEn": "YB Ling Tian Soon (Ah Soon)",
"title": "柔佛州州议员兼州行政议员",
"avatar": "images/林添顺.jpg",
"bio": "马华公会MCA领袖现任柔佛州永平区州议员兼州行政议会卫生及环境委员会主席。青年政治人物积极推动民生与公共服务改善关注教育、环境及社区发展。"
},
"background": "./images/blank.jpg",
"overrideCss": "overrides/zhanghua.css"
},
{
"type": "speech",
"template": "speech",
"data": {
"name": "嘉宾姓名",
"title": "职位 / 头衔",
"avatar": "images/关圣公致辞2.jpg",
"bio": "嘉宾介绍"
},
"background": "./images/blank.jpg",
"overrideCss": "overrides/limei.css"
}
]
}