feat: Implement IPTV stream proxy to resolve CORS issues and refine desktop player menu positioning for fullscreen.

This commit is contained in:
kuekhaoyang
2026-02-17 17:57:56 +08:00
parent 5d139114b5
commit 6a2e28c615
8 changed files with 425 additions and 77 deletions
+6 -6
View File
@@ -1,19 +1,19 @@
{
"name": "kvideo",
"version": "4.3.6",
"version": "4.3.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kvideo",
"version": "4.3.6",
"version": "4.3.7",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@vercel/analytics": "^1.6.1",
"hls.js": "^1.6.15",
"lucide-react": "^0.568.0",
"lucide-react": "^0.570.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
@@ -7230,9 +7230,9 @@
}
},
"node_modules/lucide-react": {
"version": "0.568.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.568.0.tgz",
"integrity": "sha512-uiPQfBwb8uiNUFFbVolgtnX9yjZPs4I7fM/RboKHSVfiN7d/59sx3FfKvE9i+2yCJCBs5Sx1+pfVmKcTM5Og1Q==",
"version": "0.570.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.570.0.tgz",
"integrity": "sha512-qGnQ8bEPJLMseKo7kI6jK6GW6Y2Yl4PpqoWbroNsobZ8+tZR4SUuO4EXK3oWCdZr48SZ7PnaulTkvzkKvG/Iqg==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"