wwt
|
ed0e545873
|
i18n
|
2025-02-12 14:34:05 +08:00 |
|
xingyy
|
41ad9aeed8
|
style:优化支付结果对话框样式
- 移除全局样式覆盖,提高代码可维护性- 调整对话框样式为局部应用,避免不必要的样式冲突
- 优化 HTML 结构,提升代码可读性
|
2025-01-23 20:13:06 +08:00 |
|
xingyy
|
ff053a5a8c
|
feat(image): 添加 webp 图片格式支持
- 在 x-image组件中添加 webp 格式支持
- 在 nuxt.config.js 中配置 ipx 图片处理- 添加 sharp 库以支持图片格式转换
- 修改 live store 中的 show1 变量初始值
- 调整 PaymentResults 组件中 price 的默认值
|
2025-01-23 20:02:20 +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 |
|