feat: 10.10线上最新代码提交
This commit is contained in:
34
src/constants/navigation.js
Normal file
34
src/constants/navigation.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export const navigation = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Features",
|
||||
url: "/features",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Pricing",
|
||||
url: "/pricing",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How to use",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Roadmap",
|
||||
url: "/roadmap",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "New account",
|
||||
url: "/login?new=true",
|
||||
onlyMobile: true,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Sign in",
|
||||
url: "/login",
|
||||
onlyMobile: true,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user