Skip to content

设备模型 Devices

FeatureDevices 用于展示移动端 App 或移动网页的效果,通过精致的手机外壳模型提升专业度。

完美适配移动端

face animation app

流畅动画

face animation app

高清预览

import { FeatureDevices } from '@goenhance/cms-ui';
const Example = () => (
<FeatureDevices
title="移动端特性"
list={[
{ title: "...", title_image: "...", mediaUrl: "..." }
]}
/>
);
属性类型默认值说明
titlestring-区域大标题
listFeatureDeviceItem[][]手机列表项
属性类型说明
titlestring项标题
title_imagestring标题旁的图标 URL
mediaUrlstring手机内显示的媒体 URL (支持 MP4)
  • 模型高仿真:内置经典的智能手机外壳模型。
  • 自动播放:手机内的视频内容自动静音循环播放。
  • 自适应排版:在大屏幕三个一排,小屏幕自动堆叠。