chore: 移除 HarmonyOS 支持

- HarmonyOS 套壳较为复杂,暂时放弃支持
- 更新 README 项目结构说明
- 更新 .gitignore 移除鸿蒙相关配置
This commit is contained in:
李岩岩 2026-02-05 12:49:07 +08:00
parent abdcd06ae4
commit a143c9023c
2 changed files with 3 additions and 10 deletions

7
.gitignore vendored
View File

@ -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
# ================================================

View File

@ -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 | 网页端 + 代理服务 |
## 快速开始