// 图标定义
export const icons = [
{
id: 'message',
svg: ``,
title: '发送消息',
action: 'message'
},
{
id: 'telegram',
svg: ``,
title: '联系我们',
action: 'telegram'
},
{
id: 'user',
svg: ``,
title: '用户信息',
action: 'user'
},
{
id: 'info',
svg: ``,
title: '关于',
action: 'info'
},
{
id: 'photo',
svg: ``,
title: '拍照',
action: 'photo'
},
{
id: 'close',
svg: ``,
title: '关闭',
action: 'close'
}
];