Commit Graph
90 Commits
Author SHA1 Message Date
kuekhaoyang cfebce6f56 feat: Center desktop player menus in normal mode and adjust right controls z-index. 2026-02-04 18:57:12 +08:00
kuekhaoyang b608d1031c feat: Enhance desktop player menu positioning for rotated states and improve control button clickability. 2026-02-04 17:36:16 +08:00
kuekhaoyang a7020529df Refactor: improve dropdown menu positioning by calculating relative to container and adjust slider track hover area. 2026-02-04 17:22:35 +08:00
kuekhaoyang 787110bd40 . 2026-02-04 17:13:00 +08:00
kuekhaoyang 9e6275f68b feat: enhance video player progress bar touch interaction by adding native touch event handling and increasing touch target area. 2026-02-04 17:02:23 +08:00
kuekhaoyang 157ab4345f update 2026-02-04 16:51:11 +08:00
kuekhaoyang 22d6d4fee6 feat: Implement orientation-aware progress bar interaction for forced landscape mode on iOS and update player dependencies. 2026-02-04 16:47:34 +08:00
kuekhaoyang 56004edb29 feat: Implement PWA support and enhance desktop player menu positioning with dynamic space awareness. 2026-02-03 20:18:38 +08:00
kuekhaoyang a68be420af feat: Enhance web fullscreen experience on iOS by forcing windowed mode, handling orientation, and preventing native player takeover. 2026-02-03 20:08:47 +08:00
kuekhaoyang dcc897f139 feat: Enhance player page mobile experience with a new SegmentedControl component for tab-based content switching. 2026-01-25 16:01:28 +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 f4b16bac2d . 2026-01-25 11:55:19 +08:00
kuekhaoyang d6f3c4badb . 2026-01-25 11:45:43 +08:00
kuekhaoyang cd230a79d7 . 2026-01-25 11:45:03 +08:00
kuekhaoyang d412764384 feat: Add player settings page for default fullscreen mode selection and refine player fullscreen UI. 2026-01-25 11:18:26 +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
kuekhaoyang c492dc310b feat: Implement password persistence using localStorage, controlled by the new PERSIST_PASSWORD environment variable. 2026-01-25 10:41:24 +08:00
kuekhaoyang 9b3766d1af feat: Enhance desktop player more menu with fullscreen responsiveness, auto-close on scroll, and updated styling. 2026-01-25 10:23:06 +08:00
Kuek Hao YangandGitHub 69b58cc2b7 Merge pull request #51 from Troray/fix/source-switch-chrome-safari
Fix/修复Chromium内核浏览器无法正常换源的问题
2026-01-25 09:55:23 +08:00
Troray 3d3a7d445b update useVideoPlayer.ts 2026-01-24 03:07:08 +08:00
Troray fdb5f31154 fix(useVideoPlayer): 统一 buffered 状态与 refresh 逻辑
- 更新 CustomVideoPlayer 的 key 以包含 source
- 确保播放器组件在源切换时正确重新挂载
2026-01-24 02:47:58 +08:00
Troray 1b09998cdf fix(VideoPlayer): 处理 sourceopen 与浏览器差异
- 优化 useEffect 逻辑,当 source 变化时重置状态
- 确保数据重新获取时显示正确的加载状态
2026-01-24 02:46:44 +08:00
Troray 69f49d88fd fix(player/page): 兼容 Chrome/Safari 源切换播放中断
- 移除 window.location.reload()
- 添加注释说明自动重新获取机制
2026-01-24 02:40:55 +08:00
kuekhaoyang 49c37b372f feat: Update Next.js to 16.1.4, bump project version to 4.0.0, refine DesktopMoreMenu UI, and remove AD_FILTER_GUIDE.md. 2026-01-21 19:13:21 +08:00
Kuek Hao YangandGitHub aec824ebcd Merge pull request #49 from Troray/feature/add-ad-filter
新增M3U8启发式广告检测算法并支持动态关键词配置
2026-01-21 18:45:21 +08:00
Troray 140b39ecf7 Update m3u8-utils.ts 2026-01-19 22:32:39 +08:00
Troray 47e8df2c6a Update useHlsPlayer.ts 2026-01-19 22:26:42 +08:00
Troray c3d01e95a4 新增M3U8启发式广告检测算法并支持动态关键词配置 2026-01-19 21:52:38 +08:00
Kuek Hao YangandGitHub 7dd3ceea17 Merge pull request #47 from WuChenDi/main
chore(deps): update dependencies to latest versions
2026-01-16 21:26:32 +08:00
wudi 0743ade20f chore(deps): update dependencies to latest versions
- Updated next from 16.1.1 to 16.1.2
- Updated eslint-config-next from 16.1.1 to 16.1.2
- Updated @babel packages to version 7.28.6
- Added semver dependency in @babel/core and @babel/helper-compilation-targets
- Updated @emnapi/core from 1.7.1 to 1.8.1
- Updated @emnapi/runtime from 1.7.1 to 1.8.1
- Updated @eslint-community/eslint-utils from 4.9.0 to 4.9.1
- Updated @eslint/js from 9.39.1 to 9.39.2
- Updated @next/* swc packages to version 16.1.2
- Updated @tailwindcss/node from 4.1.17 to 4.1.18
- Updated @tailwindcss/oxide and related packages to version 4.1.18
- Removed unused chalk and semver dependencies from @cloudflare/next-on-pages
2026-01-16 15:46:17 +08:00
kuekhaoyang 24f870a40c feat: Integrate subscription synchronization and initialize new subscriptions with lastUpdated: 0. 2026-01-15 17:21:53 +08:00
Kuek Hao YangandGitHub dc302c5353 Merge pull request #43 from Troray/fix/prevent-infinite-loop-in-subscription-sync
fix: stop infinite requests after adding new subscription
2026-01-15 14:58:10 +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 a93f96c967 Fix Progress bar can't drag 2026-01-13 16:11:25 +08:00
kuekhaoyang b11e762350 Update 2026-01-13 16:04:13 +08:00
kuekhaoyang 1cf4a6b509 Update 2026-01-13 15:42:03 +08:00
kuekhaoyang 8867ebbd97 Update Readme 2026-01-13 15:38:46 +08:00
kuekhaoyang 43279c2e1a Fix image not load 2026-01-13 15:37:38 +08:00
kuekhaoyang 427f4e2a9a Update 2026-01-12 19:41:18 +08:00
kuekhaoyang c137d3c933 Update 2026-01-12 19:29:58 +08:00
Kuek Hao YangandGitHub 6c2c7d678a Merge pull request #42 from Troray/fix/infinite-loop-and-search-refactor
fix(search): resolve infinite loop and refactor useHomePage hook
2026-01-12 19:18:08 +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 bd0aee233d feat: add isSecret prop to PlayerNavbar for conditional navigation and title text, and update package version 2026-01-04 18:24:55 +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