5 Commits

Author SHA1 Message Date
f30523a15a feat: add search results container to video page
The search results container is added to support dynamic search functionality that will be implemented in JavaScript.
2026-02-13 11:07:21 +08:00
63d428cd33 feat(video): add autoplay and dynamic video loading
- Add autoplay attribute to video player
- Implement dynamic calculation of needed regular videos based on window height
- Update video comments with Japanese content and remove default avatars
2026-02-13 11:02:33 +08:00
86651b50ef feat(video-page): add related videos section with shorts and regular videos
- Add new related videos section with styling for shorts and regular videos
- Implement logic to load and display related videos based on current video category
- Restructure video page layout to accommodate new related videos section
- Add shuffle functionality for video recommendations
2026-02-13 10:44:28 +08:00
f6a861977c feat(video-page): add video player page with details and comments
Add new video player page with responsive layout, video details display, and comments section. Includes video player, channel info, like/dislike buttons, and interactive elements. Also add null checks in main script to prevent errors when elements are missing.
2026-02-11 21:46:48 +08:00
7fb4ad915b 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
2026-02-11 19:30:49 +08:00