- 在 app.json 中新增了 routingInspection 和 addRoutingInspection 页面路径 - 新增了 customerService 包下的多个页面配置 - 在 myOrders 包中添加了 groupOrders 页面 - 新增了 smartDevice 和 advertising 包的页面配置 - 更新了 kitchen 页面的 webpack 模块路径引用
25 lines
636 B
JSON
25 lines
636 B
JSON
{
|
|
"id": "cu-keyboard",
|
|
"name": "支付键盘、数字键盘、付款键盘、密码键盘",
|
|
"displayName": "支付键盘、数字键盘、付款键盘、密码键盘",
|
|
"version": "1.0.1",
|
|
"description": "仿微信支付付款键盘,多端通用,简易方便",
|
|
"keywords": [
|
|
"数字键盘",
|
|
"支付键盘",
|
|
"付款键盘",
|
|
"密码键盘"
|
|
],
|
|
"dcloudext": {
|
|
"category": [
|
|
"前端组件",
|
|
"通用组件"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"mqtt": "^3.0.0",
|
|
"vue": "^3.5.21"
|
|
}
|
|
}
|