feat: 10.10线上最新代码提交
This commit is contained in:
82
src/data/comparison.js
Normal file
82
src/data/comparison.js
Normal file
@@ -0,0 +1,82 @@
|
||||
export const comparison = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Custom AI chatbot",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Live support",
|
||||
pricing: [null, "Email", "1-1 support"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Integrations",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Advanced analytics",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dedicated account manager",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Dedicated account manager",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Enhanced security",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "Custom AI chatbot",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
title: "Customized training",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
title: "Customized analytics",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "10",
|
||||
title: "Multi-agent support",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "11",
|
||||
title: "Advanced integrations",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "12",
|
||||
title: "Dedicated server",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "13",
|
||||
title: "White-labeling",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "14",
|
||||
title: "Customizable branding",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user