Skip to content

Commit

Permalink
fix: build faild (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpy01xpy authored Dec 4, 2024
1 parent 392777c commit 236c6ab
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
{
Expand Down

0 comments on commit 236c6ab

Please sign in to comment.