1.0.1 • Published 8 months ago
adoration-component v1.0.1
AcceptingOrders Component / 接单动画组件
Description / 描述
This is a Vue component that displays an animated "accepting orders" interface, featuring a spinning animation with expanding circles and a central fan effect. It includes two side buttons for mode selection and order collection.
这是一个展示"接单中"动画界面的 Vue 组件,包含旋转动画、扩散圆圈效果和中心旋转扇形。组件两侧设有模式选择和收车按钮。
Features / 功能特点
- Animated expanding circles / 动态扩散圆圈效果
- Rotating fan animation / 旋转扇形动画
- Mode selection button / 模式选择按钮
- Collection button / 收车按钮
Installation / 安装
Props / 属性
Prop Name / 属性名 | Type / 类型 | Default / 默认值 | Description / 描述 |
---|---|---|---|
leftBtnText | string | '模式' | Left button text / 左侧按钮文字 |
centerText | string | '接单中' | Center status text / 中间状态文字 |
rightBtnText | string | '收车' | Right button text / 右侧按钮文字 |
1.0.1 1. 添加了三个可选的 props:leftBtnText、centerText 和 rightBtnText 2. 使用 withDefaults 设置了默认值,保持原有的文字显示 3. 在模板中使用这些 props 替换原来的固定文字 4. 更新了 README 文档,添加了 props 表格说明 5. 在使用示例中展示了如何自定义这些文字