46 lines
911 B
TypeScript
46 lines
911 B
TypeScript
import { NavItem } from "vuepress/config";
|
|
|
|
export default [
|
|
{
|
|
text: "Deepseek",
|
|
items: [
|
|
{
|
|
text: "关于DeepSeek",
|
|
link: "/关于DeepSeek/",
|
|
},
|
|
{
|
|
text: "DeepSeek 使用指南",
|
|
link: "/DeepSeek使用指南/",
|
|
},
|
|
{
|
|
text: "DeepSeek 应用场景",
|
|
link: "/DeepSeek应用场景/",
|
|
},
|
|
{
|
|
text: "DeepSeek 资源汇总",
|
|
link: "/DeepSeek资源汇总/",
|
|
},
|
|
{
|
|
text: "DeepSeek 技术解析",
|
|
link: "/DeepSeek技术解析/",
|
|
},
|
|
{
|
|
text: "DeepSeek 行业资讯",
|
|
link: "/Deepseek行业资讯/",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
text: "🔥编程学习",
|
|
link: "https://www.codefather.cn/",
|
|
},
|
|
{
|
|
text: "AI 面试题库",
|
|
link: "https://www.mianshiya.com/?category=ai",
|
|
},
|
|
{
|
|
text: "作者",
|
|
link: "/作者/",
|
|
},
|
|
] as NavItem[];
|