Commit Graph

13 Commits

Author SHA1 Message Date
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