chore: 优化内容,seo

This commit is contained in:
snailRun
2025-02-14 17:15:57 +08:00
parent 6ad4500090
commit 7e21d0adee
7 changed files with 11 additions and 13 deletions
+4 -4
View File
@@ -22,9 +22,9 @@ const tags = [
];
export default defineConfig({
title: "鱼皮 AI 知识库",
title: "鱼皮 AI 知识库",
description:
"鱼皮 AI 知识库是一个专注于人工智能知识分享平台,汇集Deepseek、机器学习、深度学习、NLP等AI领域优质教程资源提供系统化的AI教程、精选AI资源,助你快速掌握AI技术,成为AI专家!",
"鱼皮 AI 知识库 - 免费 DeepSeek 教程|工具站|资源库,是一站式开源免费的人工智能知识分享平台,汇集Deepseek、GPT等热门AI工具介绍、使用指南、技巧分享、应用场景、AI变现、行业资讯、教程资源汇总,提供系统化的AI教程、精选AI资源,助你快速掌握AI技术,成为AI专家!",
head: [
// 站点图标
["link", { rel: "icon", href: "/favicon.ico" }],
@@ -77,8 +77,8 @@ export default defineConfig({
[
"seo",
{
siteTitle: (_, $site) => $site.title,
title: ($page) => $page.title,
siteTitle: (_, $site) => $site.title + " - 免费 DeepSeek 教程|工具站|资源库",
title: ($page) => $page.title + " - 免费 DeepSeek 教程|工具站|资源库",
description: ($page) => $page.frontmatter.description || $page.description,
author: (_, $site) => $site.themeConfig.author || author,
tags: ($page) => $page.frontmatter.tags || tags,
+1 -1
View File
@@ -4,6 +4,6 @@ export default [
{
title: "关于DeepSeek",
collapsable: false,
children: ["DeepSeek 创始团队介绍", "DeepSeek 发展历程", "什么是 DeepSeek?有什么核心功能?"],
children: ["什么是 DeepSeek?有什么核心功能?", "DeepSeek 发展历程", "DeepSeek 创始团队介绍"],
},
];
+1 -1
View File
@@ -6,9 +6,9 @@ export default [
title: "DeepSeek使用指南",
collapsable: false,
children: [
"🔥DeepSeek 小白快速上手指南",
"DeepSeek API 使用指南",
"DeepSeek 多种使用连接方式推荐",
"DeepSeek 小白快速上手指南",
"DeepSeek 本地部署教程",
"如何在iPhone上用语音调用Deepseek",
"官方 DeepSeek R1 满血版使用指南",