kuekhaoyang
4256ef4179
feat: Add pagination to the IPTV channel grid and enable editing for IPTV sources.
2026-02-17 20:42:26 +08:00
kuekhaoyang
798fac455a
feat: Implement background search for alternative video sources and enhance source switching capabilities.
2026-02-17 19:33:02 +08:00
kuekhaoyang
5d139114b5
feat: Implement IPTV functionality with channel management and player, and add admin account configuration generation.
2026-02-17 16:37:53 +08:00
kuekhaoyang
91280f250f
feat: Enhance spatial navigation for TV remotes by making more components focusable, improving input field handling, and refining video card image fallback UI.
2026-02-17 12:56:22 +08:00
kuekhaoyang
338981dadb
feat: Add initial support for Android TV and Apple TV platforms, introduce a dedicated premium mode settings store, and implement personalized video recommendations.
2026-02-17 12:00:07 +08:00
kuekhaoyang
0750ebc12b
feat: Add comprehensive danmaku settings UI and store integration, and refactor danmaku props from player control components.
2026-02-17 10:38:23 +08:00
kuekhaoyang
df37806de7
feat: Implement danmaku (bullet comments) functionality with API integration, settings, and player display.
2026-02-17 10:21:07 +08:00
kuekhaoyang
0753492dfd
feat: Implement new authentication and account management system, refactoring password gates and settings components.
2026-02-17 00:09:56 +08:00
kuekhaoyang
98e314e31a
feat: Implement settings password protection with a dedicated gate, management UI, and API integration.
2026-02-16 22:54:16 +08:00
kuekhaoyang
a8c4586859
fix: Accumulate video counts per source across search result pages in search action.
2026-02-16 22:19:53 +08:00
kuekhaoyang
e95fae4284
feat: Implement language filtering and display language information across video components.
2026-02-16 22:08:25 +08:00
kuekhaoyang
bc25be5b05
feat: Implement parallel multi-page fetching from each search source and introduce client-side load more pagination for aggregated results.
2026-02-16 11:32:20 +08:00
kuekhaoyang
d54039663a
feat: Implement premium search history, add 'auto' fullscreen option, and update project version.
2026-02-16 11:10:09 +08:00
kuekhaoyang
e04fe79355
feat: Introduce 'auto' fullscreen type with device-specific defaults, update player logic and settings, and add dedicated iOS fullscreen documentation.
2026-02-16 10:58:47 +08:00
kuekhaoyang
bb7bc3e75f
feat: Enhance M3U8 ad detection with proxy URL unwrapping and segment-level analysis, and implement proxy fallback for HLS playlist fetching.
2026-02-16 10:31:09 +08:00
kuekhaoyang
950b05f06e
feat: Improve episode parsing in parsePlayUrl to handle missing names and provide default Chinese episode names.
2026-02-05 19:51:58 +08:00
kuekhaoyang
30600e4d95
feat: Implement scroll position management with a new setting, add a back-to-top button, and extend search cache duration.
2026-01-25 15:42:21 +08:00
kuekhaoyang
7368582398
.
2026-01-25 15:02:46 +08:00
kuekhaoyang
198ca2ddd7
feat: Implement URL state persistence for search queries, source filters, and type filters, and update search form styling.
2026-01-25 14:55:38 +08:00
kuekhaoyang
2aa90a4d4f
feat: implement proxy mode setting for video playback with retry, none, and always options
2026-01-25 14:40:38 +08:00
kuekhaoyang
c9fde882c9
feat: Implement window fullscreen option for the player, enhance password gate protection logic, and add a settings icon.
2026-01-25 10:59:47 +08:00
Troray
3d3a7d445b
update useVideoPlayer.ts
2026-01-24 03:07:08 +08:00
Troray
1b09998cdf
fix(VideoPlayer): 处理 sourceopen 与浏览器差异
...
- 优化 useEffect 逻辑,当 source 变化时重置状态
- 确保数据重新获取时显示正确的加载状态
2026-01-24 02:46:44 +08:00
Troray
140b39ecf7
Update m3u8-utils.ts
2026-01-19 22:32:39 +08:00
Troray
c3d01e95a4
新增M3U8启发式广告检测算法并支持动态关键词配置
2026-01-19 21:52:38 +08:00
kuekhaoyang
24f870a40c
feat: Integrate subscription synchronization and initialize new subscriptions with lastUpdated: 0.
2026-01-15 17:21:53 +08:00
Troray
430336c4c1
Update useSubscriptionSync.ts
2026-01-14 02:32:55 +08:00
Troray
dfdeef04a7
fix: stop infinite requests after adding new subscription
...
Adding a new subscription triggered an infinite loop of JSON fetches
because useSubscriptionSync was subscribing to settingsStore changes,
which caused a cycle: store change → state update → sync → save →
store change.
- Remove settingsStore subscription to break the infinite loop
- Add refs to ensure sync runs only once per component mount
- Enable 5-minute cooldown to prevent redundant syncs
2026-01-14 01:43:32 +08:00
kuekhaoyang
04aa734ff8
Update
2026-01-13 16:32:01 +08:00
kuekhaoyang
b11e762350
Update
2026-01-13 16:04:13 +08:00
Troray
beba6a6cbe
fix(search): resolve infinite loop and refactor useHomePage hook
...
- 修复逻辑缺陷:移除了导致死循环的条件,并引入 Ref 追踪状态,解决了“无结果死循环”和“异步源加载导致的重复搜索”问题。
- 代码重构 (DRY):新增 executeSearch 复用核心逻辑。
- Hook 优化:完善了 useCallback 和 useEffect 的依赖管理,提升 React 渲染性能。
2026-01-11 00:35:16 +08:00
kuekhaoyang
26cfa10c3a
feat: Replace adult and secret content features with a new premium content system.
2026-01-04 19:04:27 +08:00
kuekhaoyang
d7cd4c6e36
feat: Improve hook stability and performance with useCallback and useMemo, and enhance auto-skip and search error handling.
2026-01-04 18:18:47 +08:00
kuekhaoyang
e9d060f74a
chore: remove PWA installation banner, associated hooks, manifest, and PWA metadata from the application.
2026-01-02 14:08:50 +08:00
kuekhaoyang
cb0dee9469
feat: Implement PWA installation prompt and banner.
2026-01-02 14:04:23 +08:00
kuekhaoyang
c5e2397f2a
feat: implement secret mode with separate history and favorites, and dedicated player links
2026-01-02 13:54:27 +08:00
kuekhaoyang
8dd9bb67b5
feat: Add Douban tags API, enhance popular movies hook, and improve Chinese localization.
2026-01-02 13:42:20 +08:00
kuekhaoyang
f379c52e76
feat: Implement video stall detection, next episode loading UI, and persist playback rate across sessions.
2026-01-02 13:17:10 +08:00
Troray
19e9c37d71
移除了未使用的getSiteConfig()函数,除了不必要的get访问器,一些优化
2026-01-02 09:38:38 +08:00
Troray
9adb951c66
feature/site-meta
...
通过环境命令设置站点名称、描述
2026-01-02 07:57:25 +08:00
kuekhaoyang
d8da86054c
fix: Improve useHomePage search logic to retry searches when sources become available and prevent empty queries.
2025-12-30 11:58:47 +08:00
kuekhaoyang
c920a3160a
feat: Introduce display settings for real-time latency and search mode, enhance video player controls, and add a generic UI switch component.
2025-12-29 10:48:25 +08:00
kuekhaoyang
e961e9e195
feat: Extract and display video quality from titles on video cards and update package version.
2025-12-28 17:52:53 +08:00
kuekhaoyang
80d99626c4
fix: Use a proxy for external URL fetches to avoid CORS issues.
2025-12-25 17:20:51 +08:00
kuekhaoyang
95cee83bf4
feat: Synchronize environment-provided subscription sources with user settings.
2025-12-25 16:57:15 +08:00
kuekhaoyang
7c1f1db046
refactor: remove runtime fetching of environment subscriptions and envSubscriptionsSet state.
2025-12-25 16:38:27 +08:00
kuekhaoyang
48d6568a70
feat: add support for environment variable defined subscription sources and runtime config API
2025-12-25 16:25:53 +08:00
kuekhaoyang
609fba7571
feat: Implement automatic subscription source syncing, initialize subscriptions from environment, and integrate into home page.
2025-12-25 12:11:46 +08:00
kuekhaoyang
0da172bbad
feat: Enhance settings import to support source list merging, improve environment subscription parsing, and add page reload after import.
2025-12-25 11:56:45 +08:00
kuekhaoyang
43a35e3f47
new
2025-12-24 23:53:24 +08:00