registry:component
@smo/smo-miniprogram-partner-operation-slot小程序可撤运营位
用于业务主任务之后的低优先级区域,作为可配置、可撤销的合作入口,不展示伙伴后台私有数据。
安装与查看
安装到项目
npx shadcn@latest add https://smoui.xiaomolian.com/r/smo-miniprogram-partner-operation-slot.json@smo 别名安装
npx shadcn@latest add @smo/smo-miniprogram-partner-operation-slot查看 registry 项
npx shadcn@latest view @smo/smo-miniprogram-partner-operation-slot文件清单
| 源文件 | 类型 | 目标路径 |
|---|---|---|
registry-src/smo-miniprogram-partner-operation-slot/PartnerOperationSlot.tsx | registry:component | src/components/PartnerOperationSlot.tsx |
registry-src/smo-miniprogram-partner-operation-slot/PartnerOperationSlot.css | registry:file | src/components/PartnerOperationSlot.css |
Registry JSON 摘要
这里展示的是 registry item 的声明摘要;完整构建产物位于 public/r/smo-miniprogram-partner-operation-slot.json。
smo-miniprogram-partner-operation-slot
{
"name": "smo-miniprogram-partner-operation-slot",
"type": "registry:component",
"title": "小程序可撤运营位",
"description": "用于业务主任务之后的低优先级区域,作为可配置、可撤销的合作入口,不展示伙伴后台私有数据。",
"registryDependencies": [],
"files": [
{
"path": "registry-src/smo-miniprogram-partner-operation-slot/PartnerOperationSlot.tsx",
"type": "registry:component",
"target": "src/components/PartnerOperationSlot.tsx"
},
{
"path": "registry-src/smo-miniprogram-partner-operation-slot/PartnerOperationSlot.css",
"type": "registry:file",
"target": "src/components/PartnerOperationSlot.css"
}
]
}