feat(sponsor-list): implement green screen keying and themed layout

This commit overhauls the display page by replacing the luminance-based keying with a more robust chroma key (green
screen) algorithm for cleaner video cutouts.

A new visual theme has been implemented, featuring:
- Custom fonts for titles and poems.
- A main title, subtitle, and vertical poems styled with Tailwind CSS.
- Reorganization of assets into dedicated `assets` and `fonts` directories.
- Updated video source to a green screen version and adjusted canvas parameters accordingly.
This commit is contained in:
xiaomai
2025-10-12 14:00:01 +08:00
parent 02065d9c63
commit ea4ccec42d
3 changed files with 120 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
@import "tailwindcss";