feat: add video page and update language settings

- Add new video.html page with YouTube-like interface
- Change default language from zh-CN to en-US in index.html
- Remove deprecated media.json file
- Update Chinese comments to English in index.html
This commit is contained in:
2026-02-11 19:30:49 +08:00
parent 0f551dc541
commit 7fb4ad915b
3 changed files with 175 additions and 280 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="zh-CN">
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -164,9 +164,9 @@
</div>
</aside>
<!-- 视频内容区 -->
<!-- Video content area -->
<div class="video-content">
<!-- 板块按钮 -->
<!-- Category buttons -->
<div class="category-buttons">
<button class="category-btn active">All</button>
<button class="category-btn">Music</button>