export default [ { title: '个人中心菜单', screenshot: '', schema: { componentName: 'ProfileMenu', props: { isShowEmail: true, isShowUserName: true, isShowUserInfo: false, avatar: { src: 'https://gimg3.baidu.com/topone/src=https%3A%2F%2Fbkimg.cdn.bcebos.com%2Fsmart%2F9f2f070828381f30e924fc5514595b086e061c955a8c-bkimg-process%2Cv_1%2Crw_1%2Crh_1%2Cmaxl_800%2Cpad_1%3Fx-bce-process%3Dimage%2Fresize%2Cm_pad%2Cw_348%2Ch_348%2Ccolor_ffffff&refer=http%3A%2F%2Fwww.baidu.com&app=2011&size=f200,200&n=0&g=0n&er=404&q=75&fmt=auto&maxorilen2heic=2000000?sec=1737219600&t=2b8ad3e14f26d66ed678724e7e1235fd', alt: 'avatar', }, menuIcon: { type: "JSSlot", value: [ { componentName: "Icon", props: { type: "MenuOutlined", size: 20, rotate: 0, spin: false, }, }, ], }, menuItems: [ { key: 'account', label: 'My Account', icon: { type: "JSSlot", value: [ { componentName: "Icon", props: { type: "UserOutlined", }, }, ], }, }, { type: 'divider', }, { key: 'logout', label: 'Log Out', icon: { type: "JSSlot", value: [ { componentName: "Icon", props: { type: "LogoutOutlined", }, }, ], }, danger: true, }, ], placement: 'bottomRight', showBadge: false, badgeCount: 1, }, }, }, ];