Kuek Hao Yang and GitHub
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 Yang and GitHub
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 Yang and GitHub
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 Yang and GitHub
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
kuekhaoyang
73e5ec5046
feat: Refine player control button sizes and update play button styling.
2025-12-29 12:53:11 +08:00
kuekhaoyang
f5b9fcf0d1
feat: add mouse wheel horizontal scrolling to TagList and update package version
2025-12-29 11:34:48 +08:00
kuekhaoyang
7f0b37cda5
feat: Add onSpeedMenuMouseEnter prop to DesktopOverlayWrapper and expose isOutroActive from useAutoSkip.
2025-12-29 10:50:15 +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
592129c42f
style: Add overflow-hidden to video card poster and update package version.
2025-12-28 18:22:27 +08:00
kuekhaoyang
deb55a40fe
fix: Adjust desktop player menus to portal into a specified container for improved positioning.
2025-12-28 18:16:35 +08:00
kuekhaoyang
6d5267be79
fix: Update video quality text color in VideoCard and bump package version.
2025-12-28 18:01:45 +08:00
kuekhaoyang
3e6b646542
fix: correct VideoCard component nesting and bump package version.
2025-12-28 17:55:28 +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
Kuek Hao Yang and GitHub
1e67ad9240
Merge pull request #17 from WuChenDi/main
...
style: Optimize card component layout and information display styles
2025-12-27 10:47:24 +08:00
wudi
e5bfd6a449
style(cards): adjust movie and video card styling
...
- Change padding from p-3 to pt-3 for movie card title section
- Add text-center alignment to movie card title
- Remove flex layout from video card info section
- Move vod_remarks inside title as bracketed prefix in video card
- Remove separate paragraph for vod_remarks in video card
- Adjust line-clamp and height constraints for video titles
2025-12-27 09:54:28 +08:00
kuekhaoyang
ff18e10af5
feat: Enhance video playback stability, integrate more menu into control visibility, and improve player UI responsiveness.
2025-12-26 21:12:09 +08:00
kuekhaoyang
cb04d276bb
chore: Bump project version to 3.5.0.
2025-12-26 20:56:13 +08:00
kuekhaoyang
3afd65ffcc
feat: Remove mobile video player implementation and related hooks, consolidating CustomVideoPlayer to use only the desktop player.
2025-12-26 20:53:14 +08:00
kuekhaoyang
337fcb9837
feat: Refine HLS player configuration with more aggressive buffering, conservative ABR, and extended loading retries and timeouts.
2025-12-26 18:45:41 +08:00
kuekhaoyang
a6d65ba432
feat: add fullscreen toggle prop to desktop player controls.
2025-12-26 11:55:15 +08:00
kuekhaoyang
8e985e2268
feat: Add Google Cast functionality and controls to the desktop player.
2025-12-26 11:51:56 +08:00
kuekhaoyang
1d5a8b8d47
refactor: streamline PasswordGate's initial lock state by passing environment password status as a prop
2025-12-26 11:34:25 +08:00
kuekhaoyang
760ba2493e
feat: Enhance fullscreen toggle and detection with cross-browser prefixes and fallbacks.
2025-12-26 11:23:06 +08:00
kuekhaoyang
2f9e5da688
feat: Add outputFileTracingRoot and turbopack root configurations to next.config.ts.
2025-12-25 17:26:17 +08:00