Commit Graph

  • c492dc310b feat: Implement password persistence using localStorage, controlled by the new PERSIST_PASSWORD environment variable. kuekhaoyang 2026-01-25 10:41:24 +08:00
  • 9b3766d1af feat: Enhance desktop player more menu with fullscreen responsiveness, auto-close on scroll, and updated styling. kuekhaoyang 2026-01-25 10:23:06 +08:00
  • 69b58cc2b7 Merge pull request #51 from Troray/fix/source-switch-chrome-safari Kuek Hao YangandGitHub 2026-01-25 09:55:23 +08:00
  • 3d3a7d445b update useVideoPlayer.ts Troray 2026-01-24 03:07:08 +08:00
  • fdb5f31154 fix(useVideoPlayer): 统一 buffered 状态与 refresh 逻辑 - 更新 CustomVideoPlayer 的 key 以包含 source - 确保播放器组件在源切换时正确重新挂载 Troray 2026-01-24 02:47:58 +08:00
  • 1b09998cdf fix(VideoPlayer): 处理 sourceopen 与浏览器差异 - 优化 useEffect 逻辑,当 source 变化时重置状态 - 确保数据重新获取时显示正确的加载状态 Troray 2026-01-24 02:46:44 +08:00
  • 69f49d88fd fix(player/page): 兼容 Chrome/Safari 源切换播放中断 - 移除 window.location.reload() - 添加注释说明自动重新获取机制 Troray 2026-01-24 02:40:55 +08:00
  • 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. kuekhaoyang 2026-01-21 19:13:21 +08:00
  • aec824ebcd Merge pull request #49 from Troray/feature/add-ad-filter Kuek Hao YangandGitHub 2026-01-21 18:45:21 +08:00
  • 140b39ecf7 Update m3u8-utils.ts Troray 2026-01-19 22:32:39 +08:00
  • 47e8df2c6a Update useHlsPlayer.ts Troray 2026-01-19 22:26:42 +08:00
  • c3d01e95a4 新增M3U8启发式广告检测算法并支持动态关键词配置 Troray 2026-01-19 21:52:38 +08:00
  • 7dd3ceea17 Merge pull request #47 from WuChenDi/main Kuek Hao YangandGitHub 2026-01-16 21:26:32 +08:00
  • 0743ade20f chore(deps): update dependencies to latest versions wudi 2026-01-16 15:46:17 +08:00
  • 24f870a40c feat: Integrate subscription synchronization and initialize new subscriptions with lastUpdated: 0. kuekhaoyang 2026-01-15 17:21:53 +08:00
  • dc302c5353 Merge pull request #43 from Troray/fix/prevent-infinite-loop-in-subscription-sync Kuek Hao YangandGitHub 2026-01-15 14:58:10 +08:00
  • 430336c4c1 Update useSubscriptionSync.ts Troray 2026-01-14 02:32:55 +08:00
  • dfdeef04a7 fix: stop infinite requests after adding new subscription Troray 2026-01-14 01:43:32 +08:00
  • 04aa734ff8 Update kuekhaoyang 2026-01-13 16:32:01 +08:00
  • a93f96c967 Fix Progress bar can't drag kuekhaoyang 2026-01-13 16:11:25 +08:00
  • b11e762350 Update kuekhaoyang 2026-01-13 16:04:13 +08:00
  • 1cf4a6b509 Update kuekhaoyang 2026-01-13 15:42:03 +08:00
  • 8867ebbd97 Update Readme kuekhaoyang 2026-01-13 15:38:46 +08:00
  • 43279c2e1a Fix image not load kuekhaoyang 2026-01-13 15:37:38 +08:00
  • 427f4e2a9a Update kuekhaoyang 2026-01-12 19:41:18 +08:00
  • c137d3c933 Update kuekhaoyang 2026-01-12 19:29:58 +08:00
  • 6c2c7d678a Merge pull request #42 from Troray/fix/infinite-loop-and-search-refactor Kuek Hao YangandGitHub 2026-01-12 19:18:08 +08:00
  • beba6a6cbe fix(search): resolve infinite loop and refactor useHomePage hook Troray 2026-01-11 00:35:16 +08:00
  • 26cfa10c3a feat: Replace adult and secret content features with a new premium content system. kuekhaoyang 2026-01-04 19:04:27 +08:00
  • bd0aee233d feat: add isSecret prop to PlayerNavbar for conditional navigation and title text, and update package version kuekhaoyang 2026-01-04 18:24:55 +08:00
  • d7cd4c6e36 feat: Improve hook stability and performance with useCallback and useMemo, and enhance auto-skip and search error handling. kuekhaoyang 2026-01-04 18:18:47 +08:00
  • e9d060f74a chore: remove PWA installation banner, associated hooks, manifest, and PWA metadata from the application. kuekhaoyang 2026-01-02 14:08:50 +08:00
  • cb0dee9469 feat: Implement PWA installation prompt and banner. kuekhaoyang 2026-01-02 14:04:23 +08:00
  • e7a3671b8e feat: add PWA manifest and Apple Web App configuration, and bump package version kuekhaoyang 2026-01-02 14:00:24 +08:00
  • c5e2397f2a feat: implement secret mode with separate history and favorites, and dedicated player links kuekhaoyang 2026-01-02 13:54:27 +08:00
  • 8dd9bb67b5 feat: Add Douban tags API, enhance popular movies hook, and improve Chinese localization. kuekhaoyang 2026-01-02 13:42:20 +08:00
  • f379c52e76 feat: Implement video stall detection, next episode loading UI, and persist playback rate across sessions. kuekhaoyang 2026-01-02 13:16:28 +08:00
  • 1604b85b8a Merge pull request #29 from Troray/feature/site-meta Kuek Hao YangandGitHub 2026-01-02 10:22:30 +08:00
  • 19e9c37d71 移除了未使用的getSiteConfig()函数,除了不必要的get访问器,一些优化 Troray 2026-01-02 09:38:38 +08:00
  • beae13fa1e 修复README.md代码块语言标识 Troray 2026-01-02 09:37:01 +08:00
  • 9adb951c66 feature/site-meta Troray 2026-01-02 07:57:25 +08:00
  • d8da86054c fix: Improve useHomePage search logic to retry searches when sources become available and prevent empty queries. kuekhaoyang 2025-12-30 11:58:47 +08:00
  • 73e5ec5046 feat: Refine player control button sizes and update play button styling. kuekhaoyang 2025-12-29 12:53:11 +08:00
  • f5b9fcf0d1 feat: add mouse wheel horizontal scrolling to TagList and update package version kuekhaoyang 2025-12-29 11:34:48 +08:00
  • 7f0b37cda5 feat: Add onSpeedMenuMouseEnter prop to DesktopOverlayWrapper and expose isOutroActive from useAutoSkip. kuekhaoyang 2025-12-29 10:50:15 +08:00
  • c920a3160a feat: Introduce display settings for real-time latency and search mode, enhance video player controls, and add a generic UI switch component. kuekhaoyang 2025-12-29 10:48:25 +08:00
  • 592129c42f style: Add overflow-hidden to video card poster and update package version. kuekhaoyang 2025-12-28 18:22:27 +08:00
  • deb55a40fe fix: Adjust desktop player menus to portal into a specified container for improved positioning. kuekhaoyang 2025-12-28 18:16:35 +08:00
  • 6d5267be79 fix: Update video quality text color in VideoCard and bump package version. kuekhaoyang 2025-12-28 18:01:45 +08:00
  • 3e6b646542 fix: correct VideoCard component nesting and bump package version. kuekhaoyang 2025-12-28 17:55:28 +08:00
  • e961e9e195 feat: Extract and display video quality from titles on video cards and update package version. kuekhaoyang 2025-12-28 17:50:09 +08:00
  • 1e67ad9240 Merge pull request #17 from WuChenDi/main Kuek Hao YangandGitHub 2025-12-27 10:47:24 +08:00
  • e5bfd6a449 style(cards): adjust movie and video card styling wudi 2025-12-27 09:54:28 +08:00
  • ff18e10af5 feat: Enhance video playback stability, integrate more menu into control visibility, and improve player UI responsiveness. kuekhaoyang 2025-12-26 21:12:09 +08:00
  • cb04d276bb chore: Bump project version to 3.5.0. kuekhaoyang 2025-12-26 20:56:13 +08:00
  • 3afd65ffcc feat: Remove mobile video player implementation and related hooks, consolidating CustomVideoPlayer to use only the desktop player. kuekhaoyang 2025-12-26 20:53:14 +08:00
  • 337fcb9837 feat: Refine HLS player configuration with more aggressive buffering, conservative ABR, and extended loading retries and timeouts. kuekhaoyang 2025-12-26 18:45:41 +08:00
  • a6d65ba432 feat: add fullscreen toggle prop to desktop player controls. kuekhaoyang 2025-12-26 11:55:15 +08:00
  • 8e985e2268 feat: Add Google Cast functionality and controls to the desktop player. kuekhaoyang 2025-12-26 11:51:56 +08:00
  • 1d5a8b8d47 refactor: streamline PasswordGate's initial lock state by passing environment password status as a prop kuekhaoyang 2025-12-26 11:34:25 +08:00
  • 760ba2493e feat: Enhance fullscreen toggle and detection with cross-browser prefixes and fallbacks. kuekhaoyang 2025-12-26 11:23:06 +08:00
  • 2f9e5da688 feat: Add outputFileTracingRoot and turbopack root configurations to next.config.ts. kuekhaoyang 2025-12-25 17:26:17 +08:00
  • 80d99626c4 fix: Use a proxy for external URL fetches to avoid CORS issues. kuekhaoyang 2025-12-25 17:20:51 +08:00
  • 95cee83bf4 feat: Synchronize environment-provided subscription sources with user settings. kuekhaoyang 2025-12-25 16:57:15 +08:00
  • 7c1f1db046 refactor: remove runtime fetching of environment subscriptions and envSubscriptionsSet state. kuekhaoyang 2025-12-25 16:38:27 +08:00
  • 48d6568a70 feat: add support for environment variable defined subscription sources and runtime config API kuekhaoyang 2025-12-25 16:25:53 +08:00
  • 609fba7571 feat: Implement automatic subscription source syncing, initialize subscriptions from environment, and integrate into home page. kuekhaoyang 2025-12-25 12:11:46 +08:00
  • 0da172bbad feat: Enhance settings import to support source list merging, improve environment subscription parsing, and add page reload after import. kuekhaoyang 2025-12-25 11:56:45 +08:00
  • 082437a961 feat: Configure adult types API route to use edge runtime. kuekhaoyang 2025-12-25 00:00:41 +08:00
  • 5018d32942 chore: bump project version to 3.0.0 kuekhaoyang 2025-12-24 23:57:14 +08:00
  • 43a35e3f47 new kuekhaoyang 2025-12-24 23:53:24 +08:00