From a143c9023c9190ab98a6f74ccf0ee5fdbac8d23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B2=A9=E5=B2=A9?= Date: Thu, 5 Feb 2026 12:49:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20HarmonyOS=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - HarmonyOS 套壳较为复杂,暂时放弃支持 - 更新 README 项目结构说明 - 更新 .gitignore 移除鸿蒙相关配置 --- .gitignore | 7 ------- README.md | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 163200a..00cb619 100644 --- a/.gitignore +++ b/.gitignore @@ -68,13 +68,6 @@ android-tv/app/src/main/assets/www/ !android-tv/app/src/main/assets/error.html !android-tv/app/src/main/assets/test.html -# ================================================ -# HarmonyOS -# ================================================ -harmonyos/.idea/ -harmonyos/build/ -harmonyos/entry/build/ - # ================================================ # Docker # ================================================ diff --git a/README.md b/README.md index 3831993..0b6227c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 📺 IPTV 跨平台应用 -基于 Web 技术的跨平台 IPTV 播放器,一套代码支持 Windows、Mac、Android、Android TV、HarmonyOS。 +基于 Web 技术的跨平台 IPTV 播放器,一套代码支持 Windows、Mac、Android、Android TV、Web。 ## 项目结构 @@ -17,7 +17,7 @@ iptv-app/ ├── desktop/ # 🖥️ Tauri 桌面端 (Win/Mac) ├── android/ # 📱 Android WebView 壳 ├── android-tv/ # 📺 Android TV WebView 壳 -└── harmonyos/ # 🔶 HarmonyOS WebView 壳 +└── web/ # 🐳 Docker Web 服务端 ``` ## 技术栈 @@ -29,7 +29,7 @@ iptv-app/ | Desktop | Tauri (Rust) | 轻量 (~5MB),高性能 | | Android | WebView + ExoPlayer | 手机/平板 Web 壳 | | Android TV | WebView + Leanback | TV 专用,支持遥控器导航 | -| HarmonyOS | Web 组件 + Video 组件 | Web 壳 + 原生播放器 | +| Web | Node.js + Docker | 网页端 + 代理服务 | ## 快速开始