feat: 10.10线上最新代码提交

This commit is contained in:
zdl
2025-10-11 16:16:02 +08:00
parent 4d0dc109bc
commit c1132cd0d6
2750 changed files with 11314 additions and 152745 deletions

164
src/data/how-to-use.js Normal file
View File

@@ -0,0 +1,164 @@
export const navigation = [
{
id: "g0",
title: "Getting started",
url: "/how-to-use",
items: [
{
id: "0",
title: "Sign up",
url: "/how-to-use",
},
{
id: "1",
title: "Connect with AI Chatbot",
url: "/how-to-use",
},
{
id: "2",
title: "Get Personalized Advices",
url: "/how-to-use",
},
{
id: "3",
title: "Explore and engage",
url: "/how-to-use",
},
],
},
{
id: "g1",
title: "Pricing plans",
url: "/how-to-use",
items: [
{
id: "0",
title: "Sign up",
url: "/how-to-use",
},
{
id: "1",
title: "Connect with AI Chatbot",
url: "/how-to-use",
},
{
id: "2",
title: "Get Personalized Advices",
url: "/how-to-use",
},
{
id: "3",
title: "Explore and engage",
url: "/how-to-use",
},
],
},
{
id: "g2",
title: "Core features",
url: "/how-to-use",
items: [
{
id: "0",
title: "Sign up",
url: "/how-to-use",
},
{
id: "1",
title: "Connect with AI Chatbot",
url: "/how-to-use",
},
{
id: "2",
title: "Get Personalized Advices",
url: "/how-to-use",
},
{
id: "3",
title: "Explore and engage",
url: "/how-to-use",
},
],
},
{
id: "g3",
title: "Roadmap",
url: "/how-to-use",
items: [
{
id: "0",
title: "Sign up",
url: "/how-to-use",
},
{
id: "1",
title: "Connect with AI Chatbot",
url: "/how-to-use",
},
{
id: "2",
title: "Get Personalized Advices",
url: "/how-to-use",
},
{
id: "3",
title: "Explore and engage",
url: "/how-to-use",
},
],
},
{
id: "g4",
title: "Enhanced features",
url: "/how-to-use",
items: [
{
id: "0",
title: "Sign up",
url: "/how-to-use",
},
{
id: "1",
title: "Connect with AI Chatbot",
url: "/how-to-use",
},
{
id: "2",
title: "Get Personalized Advices",
url: "/how-to-use",
},
{
id: "3",
title: "Explore and engage",
url: "/how-to-use",
},
],
},
{
id: "g5",
title: "Help and support",
url: "/how-to-use",
items: [
{
id: "0",
title: "Sign up",
url: "/how-to-use",
},
{
id: "1",
title: "Connect with AI Chatbot",
url: "/how-to-use",
},
{
id: "2",
title: "Get Personalized Advices",
url: "/how-to-use",
},
{
id: "3",
title: "Explore and engage",
url: "/how-to-use",
},
],
},
];