feat(fittingRoom): 添加 Clothespic 组件并集成到试衣间页面

- 创建 Clothespic.vue 组件,包含试穿按钮和样式
- 在 fittingRoom/index.vue 中引入并使用 Clothespic 组件- 调整组件导入顺序以优化代码结构- 添加 uv-button 和 uv-loading-icon 组件模块及相关配置
- 更新组件 changelog、package.json、props.js 和 readme.md 文件
- 实现按钮和加载图标的基础样式与功能配置
This commit is contained in:
liguigong
2025-09-26 19:32:03 +08:00
parent d3f8ec3576
commit b42a66aa49
14 changed files with 1544 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
## 1.0.32023-08-14
1. 新增参数textStyle,自定义文本样式
## 1.0.22023-06-27
优化
## 1.0.12023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.02023-05-10
1. 新增uv-loading-icon组件