Commit Graph
179 Commits
Author SHA1 Message Date
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
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 e7a3671b8e feat: add PWA manifest and Apple Web App configuration, and bump package version 2026-01-02 14:00:24 +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
Kuek Hao YangandGitHub 1604b85b8a Merge pull request #29 from Troray/feature/site-meta
通过环境变量设置站点名称和描述
2026-01-02 10:22:30 +08:00
Troray 19e9c37d71 移除了未使用的getSiteConfig()函数,除了不必要的get访问器,一些优化 2026-01-02 09:38:38 +08:00
Troray beae13fa1e 修复README.md代码块语言标识 2026-01-02 09:37:01 +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