1-项目介绍
Updated: 2026-01-07 18:16:13
This project is the Polyv Harmony Multi-Scenario Demo.
It supports video playback, live streaming, online chat, tipping, merchandise, interaction, and other features (see Multi-Scenario Supported Features for details).
The file directory structure of the multi-scenario project is as follows:
|-- entry
| |-- ability
| | `-- PLVEntryAbility (SDK初始化)
| |-- pages
| | `-- PLVLoginPage (登录页)
| `-- startup (播放器初始化)
|-- scenes_live (直播带货场景模块)
| |-- pages (观看页)
| `-- components (功能组件)
|-- scenes_liveWatch (观看端场景模块)
| |-- common (场景内通用组件)
| |-- components (功能组件)
| `-- pages (观看页)
`-- scenes_streamerAlone (开播端场景模块)
|-- common (场景内通用组件)
|-- components (功能组件)
`-- layouts (开播页)
