Commit Graph

2 Commits

Author SHA1 Message Date
xiaomai
2e5ba93083 feat(sponsorList): add 'Designed by' remark component
This commit introduces a new 'DesignedRemark' component to display an attribution link.

- Adds the Pacifico font for custom styling of the remark.
- Creates and registers the global `DesignedRemark` Vue component.
- Integrates the component into the mobile sponsor list page.
2025-11-13 08:30:34 +08:00
xiaomai
ba744f3381 feat(sponsorList): add mobile view and statistics panel
This commit introduces a new mobile-first version of the sponsor list page.

Key features:
- A responsive layout optimized for mobile devices.
- A statistics panel showing total sponsors, contribution amounts, and type distribution.
- Category filtering via a bottom navigation bar.

Additionally, the special sponsor message is now loaded from `sponsorList.json` to centralize data for both desktop and mobile views.
2025-11-13 06:56:29 +08:00