30 Commits

Author SHA1 Message Date
Frank
426c7cc1ad feat(播放器): 添加视频源速率测试功能并优化资源切换界面
- 新增速率测试函数用于评估不同视频源的响应速度
- 在资源切换弹窗中显示每个源的测试结果和集数信息
- 添加速率指示器样式和资源卡片悬停效果
- 根据测试结果对资源列表进行智能排序
2025-07-31 23:29:31 +08:00
developer
57703be23a fix 2025-06-21 13:31:24 +08:00
developer
50e6942abf Enhance player styles: update home button, improve loading spinner, and add error message styling 2025-06-21 11:48:58 +08:00
developer
4d2bcda420 Refactor player styles: move critical loading styles to player.css and remove inline styles from player.html 2025-06-18 14:10:30 +08:00
shinya
6a6089b429 feat: 添加播放页资源切换功能 2025-06-11 21:34:25 +08:00
developer
4362038bbe refactor(模态框): 优化详情展示样式和集数处理逻辑 2025-05-24 15:47:30 +08:00
shinya
644ad5433b fix ios switch play 2025-05-23 10:17:51 +08:00
developer
88a5df9b0d Enhance redirect page with improved styles and loading animations; update JavaScript for better status handling and manual redirect link 2025-05-16 12:12:42 +08:00
developer
e3ecc78774 从HTML分离出CSS 文件 2025-05-16 00:48:20 +08:00
JohnsonRan
059f130d43 feat: adjust close button
Signed-off-by: JohnsonRan <me@ihtw.moe>
2025-05-14 00:12:43 +08:00
developer
74b432f854 fix: 修复和优化Toast消息提示功能,确保其显示在顶层并添加适当的转换效果 2025-05-10 21:33:28 +08:00
WLong
30ed2824fe 加入复制视频链接的功能 2025-05-10 15:02:08 +08:00
developer
324a60b962 优化 2025-05-03 23:47:18 +08:00
developer
c5be36fafb 优化卡片布局为横向显示,调整响应式网格布局,移除不必要的最小高度限制 2025-05-03 23:40:12 +08:00
developer
d331bac6de 优化player.html顶栏 2025-05-03 22:46:14 +08:00
developer
d6d6eeb17e fix 2025-04-23 12:47:26 +08:00
developer
e242bd93ec 优化卡片内容高度和标题显示 2025-04-23 00:53:23 +08:00
developer
47baa47699 优化卡片内容高度和标题显示,添加悬停提示效果以提升用户体验 2025-04-23 00:43:22 +08:00
developer
08e4dea7a8 Test: 优化卡片布局和标题显示,提升用户体验 2025-04-22 22:00:12 +08:00
developer
e39ce17d56 feat: add control locking feature to player for improved user experience 2025-04-18 16:38:06 +08:00
developer
8e0d510af3 Enhance playback history feature with progress tracking and restore hint 2025-04-14 22:24:12 +08:00
developer
b645c1b85c 更新了多个文件以改进用户界面和播放器功能:
- 修改了 `css/styles.css` 以优化样式设计。
- 更新了 `index.html` 以增强页面结构。
- 调整了 `js/app.js` 和 `js/ui.js` 以修复交互逻辑问题。
- 改进了 `player.html` 以提升播放器性能。
2025-04-14 21:59:32 +08:00
developer
28a58512d4 Add viewing history feature with UI panel and local storage support 2025-04-14 20:06:16 +08:00
developer
942f7cf131 重构应用程序接口处理,增强对自定义应用程序接口的支持
- 在 API 请求处理中移除对多个自定义 API 的支持。
- 简化了 API 源验证逻辑。
- 引入了一个新函数,用于处理来自自定义 API 的特殊详细信息。
- 更新了应用程序,以便使用复选框管理选定的 API,允许多个选择。
- 增强了搜索功能,以支持多个选定的 API,并改进了对成人内容的过滤。
- 增加了管理自定义 API 的功能,包括添加、编辑和从列表中删除。
- 改进了 UI 元素,使用户在管理 API 源时获得更好的体验。
- 更新了配置,在自定义 API 中加入了用于标记成人内容的属性。
2025-04-13 01:24:43 +08:00
Zwei
6c465cb971 Dev (#72)
* 新增: 处理极速资源和非凡影视详情的特殊函数,优化正则表达式匹配逻辑

* 优化卡片显示,调整样式以适应多行内容

---------

Co-authored-by: developer <noreply@null.org>
2025-04-12 16:15:22 +08:00
Zwei
40a60b9d9b Dev (#54)
* Refactor card layout for desktop: reduce card size and padding for improved display

* Add ad filtering toggle and related functionality

---------

Co-authored-by: developer <noreply@null.org>
2025-04-10 21:40:38 +08:00
developer
029e4219a9 add 黄色内容过滤开关 2025-04-10 13:53:26 +08:00
developer
6034edbc7e feat: Enhance styles with new color variables and gradients for improved UI 2025-04-06 21:16:14 +08:00
developer
d4db8bac43 feat: Add footer section with responsive styles and ensure proper display 2025-04-06 20:07:23 +08:00
developer
66d988ebe9 feat: Add initial implementation of LibreTV platform with video search and playback features
- Created index.html for the main user interface with settings panel and search functionality.
- Implemented api.js for handling API requests with improved error handling and timeout management.
- Developed app.js for managing application state, including search history and site availability testing.
- Configured global constants and API site settings in config.js.
- Enhanced UI interactions and toast notifications in ui.js.
- Added robots.txt to manage web crawler access and sitemap.xml for search engine optimization.
2025-04-06 18:55:17 +08:00