xingyy
|
3b8bd623c0
|
refactor(app): 重构应用配置和样式
- 移除 colorMode 相关代码
- 删除全局样式文件
- 更新 nuxt 配置:
- 添加 runtimeConfig
- 更新 css 配置
- 优化 vite构建配置
- 新增 image 模块配置
- 更新路由配置
- 调整组件实现
- 更新环境变量加载方式
|
2025-01-23 13:56:18 +08:00 |
|
xingyy
|
a36a98c576
|
style(x-image): 添加 object-fit: cover 样式
- 在 x-image 组件的 img 标签中添加 object-fit: cover 样式
- 确保图片在容器中等比例填充,保持图片的宽高比
|
2025-01-22 16:33:53 +08:00 |
|
xingyy
|
d3cb4d55b4
|
refactor(components): 优化多个组件的结构和功能
- 为 x-button 和 x-popup 组件添加注释说明
- 在 x-image 组件中添加 lazy 加载属性
- 优化 profile 页面的我的拍品列表展示
- 更新 tang
|
2025-01-22 16:23:48 +08:00 |
|
xingyy
|
331b4a73b2
|
refactor(app): 重构 LiveRoom 组件
- 将 LiveRoom 相关组件和文件重命名,统一使用小写开头
- 新增 x-button、x-image 和 x-popup 组件,替代原有 PressableButton 和 ImagePreview
-优化 SideButton 组件,使用新的 x-button 和 tangPopup 组件- 更新 LiveRoom 组件中的引用和使用方式
- 调整 tangPopup 组件,使用 goodStore 替代静态数据
|
2025-01-22 15:44:50 +08:00 |
|