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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user