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 |
|
xingyy
|
e30b993601
|
refactor: 将导入路径从波浪号(~)改为 @- 修改了多个文件中的导入路径,将 ~/ 替换为 @/
- 这个改动统一了项目中的导入路径格式,提高了代码的一致性和可维护性
|
2025-01-23 19:43:45 +08:00 |
|
xingyy
|
2d909b276b
|
perf(components): 添加 v-memo指令以优化性能
- 在 AppFooter 组件中,为最外层 div 添加 v-memo="[active]" 指令- 在 AppHeader 组件中,为 VanNavBar 组件添加 v-memo="[title, fullLive, showLeftArrow, subTitle]" 指令
- 移除了 AppHeader 组件中的 console.log 语句
|
2025-01-23 15:28:31 +08:00 |
|
xingyy
|
88d1dea0d2
|
refactor(app): 调整主页相关组件和页面的代码- 在 AppHeader 组件中添加调试日志,用于检查路由元数据
- 优化 home 页面的代码结构,移除未使用的导入和变量
- 在主页面添加 definePageMeta 以设置页面元数据
|
2025-01-23 14:34:51 +08:00 |
|
xingyy
|
bad45f8d82
|
refactor(goods): 重构商品相关功能
- 修改测试环境配置
- 重命名 homeStore为 goodStore
- 优化直播房间组件导入路径
- 重构商品列表和详情功能
- 新增 ItemList 组件
-调整首页布局和功能
|
2025-01-20 16:17:49 +08:00 |
|
xingyy
|
6f67273a9a
|
refactor(store): 重构 home store 并改名为 goods store
- 将 home store 重命名为 goods store,以更准确地反映其用途
- 更新了相关文件中的导入路径和引用
-调整了首页布局和组件以适应新的 goods store 结构
- 新增了 goods store 中的 actionDetails 和 itemList 属性
|
2025-01-17 16:56:13 +08:00 |
|
scout
|
bad576f5f3
|
fix(header): 修正header组件配置引用路径从footer改为header
|
2025-01-15 13:10:12 +08:00 |
|
xingyy
|
d27e6bc0c5
|
feat(home): 实现首页直播间全屏功能
- 新增 fullLive 全局状态管理直播间的全屏状态
- 修改 AppHeader组件,根据 fullLive 状态控制返回按钮的显示
- 更新 default 布局,根据 fullLive 状态控制 AppFooter 的显示- 调整 LiveRoom组件,支持全屏模式下的布局变化
- 修改 home 页面,实现直播间全屏和列表之间的切换
|
2025-01-13 20:59:25 +08:00 |
|
scout
|
20769f0fd7
|
Merge branch 'qb' of https://gitea-inner.fontree.cn/scout666/liveh5-nuxt
|
2025-01-13 11:30:53 +08:00 |
|
scout
|
36611ab0e9
|
feat(header): 实现动态标题和副标题显示
|
2025-01-13 11:25:37 +08:00 |
|
xingyy
|
37b7147eb3
|
feat(i18n): 添加主页国际化支持并优化页面布局
- 在 AppHeader 组件中添加国际化支持,根据路由元数据动态显示标题
- 在主页页面中添加页面元数据,包括布局、标题和国际化标识
- 优化 AppHeader 组件结构,提高可维护性
|
2025-01-13 09:57:40 +08:00 |
|
xingyy
|
c04297d20a
|
feat(AppHeader): 添加自定义标题和副标题
- 在 AppHeader 组件中添加了自定义标题和副标题
- 使用 flex布局实现了标题和副标题的居中显示
- 设置了不同的文本颜色和字体大小,提高了可读性
|
2025-01-10 16:52:58 +08:00 |
|
scout
|
dc07b81438
|
项目初始化
|
2025-01-08 13:26:12 +08:00 |
|