From 3cd12af3c76403a247ba09a666248bf09caccd95 Mon Sep 17 00:00:00 2001 From: xpy01xpy <49626679+xpy01xpy@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:38:33 +0800 Subject: [PATCH] fix: add CHOOSE_REASON_LIST (#352) --- src/constant.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/constant.ts b/src/constant.ts index b5da4b798a..c4782b04c5 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -43,6 +43,30 @@ export const DOCS_ITEM = [ export const MEDIARESOURCE = null +// 主要特性 +export const CHOOSE_REASON_LIST: ChooseReason[] = [ + { + title: "home.website.edge.1.title", + svgKey: "adaptive", + description: "home.website.edge.1.description", + }, + { + title: "home.website.edge.2.title", + svgKey: "standard", + description: "home.website.edge.2.description", + }, + { + title: "home.website.edge.3.title", + svgKey: "timeTested", + description: "home.website.edge.3.description", + }, + { + title: "home.website.edge.4.title", + svgKey: "variety", + description: "home.website.edge.4.description", + }, +]; + // TODO: 合作客户反馈 export const COMPANY_CUSTOMERS: Customer[] = [ {