新增直播模块,包含推流管理与相册流程

将直播推流管理与直播相册从首页占位页迁移为完整实现,包含 alive album OSS 上传、首页路由与单元测试。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-25 14:38:52 +08:00
parent c39c3d3c75
commit fcb692b56a
23 changed files with 2811 additions and 11 deletions

View File

@ -60,6 +60,8 @@ enum HomeRoute: Hashable {
case scenicSettlementReview
case messageCenter
case queueManagement
case liveManagement
case liveAlbum
case modulePlaceholder(uri: String, title: String)
}