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