1
This commit is contained in:
@@ -40,7 +40,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "基于客户标签和行为数据进行精准群发",
|
description: "基于客户标签和行为数据进行精准群发",
|
||||||
icon: <AimOutlined />,
|
icon: <AimOutlined />,
|
||||||
color: "#ff6b35",
|
color: "#ff6b35",
|
||||||
path: "/pc/ckbox/precision-send",
|
path: "/pc/powerCenter/precision-send",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "sop-send",
|
id: "sop-send",
|
||||||
@@ -48,7 +48,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "使用触客宝SOP标准化流程进行批量消息发送",
|
description: "使用触客宝SOP标准化流程进行批量消息发送",
|
||||||
icon: <SendOutlined />,
|
icon: <SendOutlined />,
|
||||||
color: "#4285f4",
|
color: "#4285f4",
|
||||||
path: "/pc/ckbox/sop-send",
|
path: "/pc/powerCenter/sop-send",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "moments-marketing",
|
id: "moments-marketing",
|
||||||
@@ -56,7 +56,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "AI智能生成朋友圈内容,提升品牌曝光度",
|
description: "AI智能生成朋友圈内容,提升品牌曝光度",
|
||||||
icon: <CalendarOutlined />,
|
icon: <CalendarOutlined />,
|
||||||
color: "#34a853",
|
color: "#34a853",
|
||||||
path: "/pc/ckbox/moments-marketing",
|
path: "/pc/powerCenter/moments-marketing",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "tag-management",
|
id: "tag-management",
|
||||||
@@ -64,7 +64,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "智能客户标签分类,精准用户画像分析",
|
description: "智能客户标签分类,精准用户画像分析",
|
||||||
icon: <TagsOutlined />,
|
icon: <TagsOutlined />,
|
||||||
color: "#9c27b0",
|
color: "#9c27b0",
|
||||||
path: "/pc/ckbox/tag-management",
|
path: "/pc/powerCenter/tag-management",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "customer-management",
|
id: "customer-management",
|
||||||
@@ -72,7 +72,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "统一管理客户信息和好友关系,提升服务效率",
|
description: "统一管理客户信息和好友关系,提升服务效率",
|
||||||
icon: <UserOutlined />,
|
icon: <UserOutlined />,
|
||||||
color: "#6366f1",
|
color: "#6366f1",
|
||||||
path: "/pc/ckbox/customer-management",
|
path: "/pc/powerCenter/customer-management",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "communication-record",
|
id: "communication-record",
|
||||||
@@ -80,7 +80,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "完整记录客户沟通历史,支持多维度查询分析",
|
description: "完整记录客户沟通历史,支持多维度查询分析",
|
||||||
icon: <MessageOutlined />,
|
icon: <MessageOutlined />,
|
||||||
color: "#06b6d4",
|
color: "#06b6d4",
|
||||||
path: "/pc/ckbox/communication-record",
|
path: "/pc/powerCenter/communication-record",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "content-management",
|
id: "content-management",
|
||||||
@@ -88,7 +88,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "素材管理、数据词汇库、关键词自动回复",
|
description: "素材管理、数据词汇库、关键词自动回复",
|
||||||
icon: <FileTextOutlined />,
|
icon: <FileTextOutlined />,
|
||||||
color: "#f59e0b",
|
color: "#f59e0b",
|
||||||
path: "/pc/ckbox/content-management",
|
path: "/pc/powerCenter/content-management",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "ai-training",
|
id: "ai-training",
|
||||||
@@ -96,7 +96,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "自定义AI模型训练,打造专属智能客服助手",
|
description: "自定义AI模型训练,打造专属智能客服助手",
|
||||||
icon: <RobotOutlined />,
|
icon: <RobotOutlined />,
|
||||||
color: "#ec4899",
|
color: "#ec4899",
|
||||||
path: "/pc/ckbox/ai-training",
|
path: "/pc/powerCenter/ai-training",
|
||||||
isNew: true,
|
isNew: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -105,7 +105,7 @@ export const featureCards: FeatureCard[] = [
|
|||||||
description: "智能识别新好友,自动发送个性化欢迎消息",
|
description: "智能识别新好友,自动发送个性化欢迎消息",
|
||||||
icon: <UserAddOutlined />,
|
icon: <UserAddOutlined />,
|
||||||
color: "#10b981",
|
color: "#10b981",
|
||||||
path: "/pc/ckbox/auto-greeting",
|
path: "/pc/powerCenter/auto-greeting",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user