feat: update video content and improve grid layout

- Add new video thumbnails for music, game, tech, and art categories
- Update video data with more realistic content
- Adjust grid layout dimensions for better responsiveness
- Simplify category buttons in the UI
- Remove unused maxresdefault.jpg cover image
This commit is contained in:
2026-02-02 00:49:23 +08:00
parent 07babe2eb2
commit 723e07b36c
45 changed files with 378 additions and 185 deletions

View File

@@ -304,7 +304,7 @@ body {
/* 视频网格 */
.video-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
gap: 24px;
margin-bottom: 48px;
}
@@ -474,7 +474,7 @@ body {
.shorts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 16px;
}