liveh5-nuxt/app
xingyy def6a6b71e refactor(live): 重构直播相关功能和状态管理
-将 fullLive 状态从 goodStore 移动到 liveStore
- 优化 liveRoom 页面逻辑,移除不必要的 props
- 更新 AppHeader 组件,使用 liveStore 中的 fullLive 状态
- 删除 floatingVideo 组件
- 调整 liveMinWindow 组件,增加 onClick 事件处理
- 更新 home 页面,使用 liveStore 中的 fullLive 状态
- 优化 liveRoom 中的 PaymentInput 和 SideButton 组件
2025-02-11 15:27:31 +08:00
..
api feat(live): 优化直播间功能并添加画中画支持 2025-02-11 11:34:24 +08:00
api-collect-code feat(api-collect-code): 新增离线二维码删除功能并优化相关页面 2025-02-10 16:26:54 +08:00
components refactor(live): 重构直播相关功能和状态管理 2025-02-11 15:27:31 +08:00
composables feat(websocket): 实现 WebSocket通信功能 2025-01-23 16:37:11 +08:00
config refactor(app/config): 修改路由名称 2025-01-23 14:17:49 +08:00
constants 12 2025-01-23 14:27:02 +08:00
layouts refactor(app): 优化代码结构和性能 2025-01-21 19:54:00 +08:00
pages refactor(live): 重构直播相关功能和状态管理 2025-02-11 15:27:31 +08:00
plugins feat(live): 实现直播间竞拍功能并优化相关页面 2025-02-08 15:21:00 +08:00
static feat(component): 优化消息组件并添加新功能 2025-02-08 10:06:21 +08:00
stores refactor(live): 重构直播相关功能和状态管理 2025-02-11 15:27:31 +08:00
stores-collect-code feat(collectCode): 优化收款二维码功能 2025-02-10 15:47:26 +08:00
styles feat(app): 添加暗黑模式支持并优化主题样式 2025-01-23 14:59:20 +08:00
types feat(types): 添加路由元数据subTitle字段定义 2025-01-13 11:25:37 +08:00
utils refactor(app): 优化代码结构和功能 2025-02-08 16:24:26 +08:00
app.vue feat(collect-code): 新增收款二维码功能 2025-02-05 17:00:22 +08:00