From be69a51bb2a947a78b5ee3cfa4565b31a5366c5e Mon Sep 17 00:00:00 2001 From: estel <690930@qq.com> Date: Fri, 8 Aug 2025 12:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=9B=9E=E9=A1=B9=E7=9B=AE=E5=86=85?= =?UTF-8?q?=E8=8E=B7=E5=8F=96md=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app/components/docs/DocsHeader.vue | 4 +- app/components/docs/DocsPageHeaderLinks.vue | 8 +- app/pages/docs/[...slug].vue | 10 +- content.config.ts | 2 - content/blog/1.技术栈/.navigation.yml | 3 + content/blog/1.技术栈/979.test.md | 111 +++ content/blog/1.技术栈/980.githubtest.md | 111 +++ .../blog/1.技术栈/981.使用 AI 守护内网安全.md | 111 +++ .../1.技术栈/982.系统安全扫描工具命令集合.md | 562 +++++++++++ .../blog/1.技术栈/983.系统安全综合评估报告.md | 56 ++ .../1.技术栈/984.树莓派安装 Kali Linux.md | 56 ++ content/blog/1.技术栈/985.Nuxt UI Pro.md | 132 +++ .../blog/1.技术栈/986.Supabase 阿里云短信.md | 79 ++ content/blog/1.技术栈/987.Coolify.md | 190 ++++ content/blog/1.技术栈/988.Python 代码规范.md | 190 ++++ content/blog/1.技术栈/989.Nuxt3 代码规范.md | 213 +++++ .../990.Linux 系统 Swap 分区配置指南.md | 109 +++ .../1.技术栈/991.从Supabase迁移到Appwrite.md | 49 + .../1.技术栈/992.AppWrite 项目资源占用情况.md | 74 ++ .../blog/1.技术栈/993.Docker 里配置hosts.md | 30 + .../994.MySQL 中如何忽略表名的大小写.md | 35 + .../blog/1.技术栈/995.Debian 12 安装nodejs.md | 241 +++++ ...ify + Supabase:打造带数据库的AI问答机器人.md | 213 +++++ ...6.安装 VS Code到浏览器 -- Code Server copy.md | 213 +++++ ...7.Debian 12 云服务器初始安全设置与优化指南.md | 213 +++++ .../998.Iperf3 万兆网络打流测试指南.md | 136 +++ .../blog/1.技术栈/999.GROK3-and-Deepseek.md | 883 ++++++++++++++++++ content/blog/2.AI/.navigation.yml | 3 + content/blog/2.AI/02.index.md | 190 ++++ content/blog/3.生活/.navigation.yml | 3 + content/blog/3.生活/01.index.md | 190 ++++ content/docs/1.简单文档/.navigation.yml | 3 + content/docs/1.简单文档/1.index.md | 237 +++++ content/docs/1.简单文档/2.installation.md | 61 ++ .../docs/1.简单文档/3.writing/.navigation.yml | 2 + .../docs/1.简单文档/3.writing/1.markdown.md | 83 ++ content/docs/1.简单文档/3.writing/2.pages.md | 109 +++ .../docs/1.简单文档/3.writing/3.folders.md | 57 ++ .../3.writing/4.full-page-example.md | 9 + content/docs/1.简单文档/4.deployment.md | 49 + .../1.简单文档/5.components/.navigation.yml | 2 + content/docs/1.简单文档/5.components/1.API.md | 82 ++ content/docs/1.简单文档/5.components/alert.md | 158 ++++ content/docs/1.简单文档/5.components/badge.md | 125 +++ .../1.简单文档/5.components/button-link.md | 53 ++ .../docs/1.简单文档/5.components/callout.md | 16 + .../1.简单文档/5.components/card-group.md | 175 ++++ content/docs/1.简单文档/5.components/card.md | 173 ++++ .../1.简单文档/5.components/code-group.md | 77 ++ .../docs/1.简单文档/5.components/code-tree.md | 324 +++++++ .../1.简单文档/5.components/field-group.md | 62 ++ content/docs/1.简单文档/5.components/field.md | 39 + .../docs/1.简单文档/5.components/file-tree.md | 182 ++++ content/docs/1.简单文档/5.components/icon.md | 94 ++ .../1.简单文档/5.components/playground.md | 82 ++ .../docs/1.简单文档/5.components/read-more.md | 39 + content/docs/1.简单文档/5.components/stack.md | 89 ++ content/docs/1.简单文档/5.components/steps.md | 148 +++ content/docs/1.简单文档/5.components/tabs.md | 375 ++++++++ content/docs/2.无人自助系统/.navigation.yml | 3 + content/docs/2.无人自助系统/1.index.md | 11 + content/docs/99.about.md | 6 + nuxt.config.ts | 11 +- 64 files changed, 7343 insertions(+), 14 deletions(-) create mode 100644 content/blog/1.技术栈/.navigation.yml create mode 100644 content/blog/1.技术栈/979.test.md create mode 100644 content/blog/1.技术栈/980.githubtest.md create mode 100644 content/blog/1.技术栈/981.使用 AI 守护内网安全.md create mode 100644 content/blog/1.技术栈/982.系统安全扫描工具命令集合.md create mode 100644 content/blog/1.技术栈/983.系统安全综合评估报告.md create mode 100644 content/blog/1.技术栈/984.树莓派安装 Kali Linux.md create mode 100644 content/blog/1.技术栈/985.Nuxt UI Pro.md create mode 100644 content/blog/1.技术栈/986.Supabase 阿里云短信.md create mode 100644 content/blog/1.技术栈/987.Coolify.md create mode 100644 content/blog/1.技术栈/988.Python 代码规范.md create mode 100644 content/blog/1.技术栈/989.Nuxt3 代码规范.md create mode 100644 content/blog/1.技术栈/990.Linux 系统 Swap 分区配置指南.md create mode 100644 content/blog/1.技术栈/991.从Supabase迁移到Appwrite.md create mode 100644 content/blog/1.技术栈/992.AppWrite 项目资源占用情况.md create mode 100644 content/blog/1.技术栈/993.Docker 里配置hosts.md create mode 100644 content/blog/1.技术栈/994.MySQL 中如何忽略表名的大小写.md create mode 100644 content/blog/1.技术栈/995.Debian 12 安装nodejs.md create mode 100644 content/blog/1.技术栈/996.Dify + Supabase:打造带数据库的AI问答机器人.md create mode 100644 content/blog/1.技术栈/996.安装 VS Code到浏览器 -- Code Server copy.md create mode 100644 content/blog/1.技术栈/997.Debian 12 云服务器初始安全设置与优化指南.md create mode 100644 content/blog/1.技术栈/998.Iperf3 万兆网络打流测试指南.md create mode 100644 content/blog/1.技术栈/999.GROK3-and-Deepseek.md create mode 100644 content/blog/2.AI/.navigation.yml create mode 100644 content/blog/2.AI/02.index.md create mode 100644 content/blog/3.生活/.navigation.yml create mode 100644 content/blog/3.生活/01.index.md create mode 100644 content/docs/1.简单文档/.navigation.yml create mode 100644 content/docs/1.简单文档/1.index.md create mode 100644 content/docs/1.简单文档/2.installation.md create mode 100644 content/docs/1.简单文档/3.writing/.navigation.yml create mode 100644 content/docs/1.简单文档/3.writing/1.markdown.md create mode 100644 content/docs/1.简单文档/3.writing/2.pages.md create mode 100644 content/docs/1.简单文档/3.writing/3.folders.md create mode 100644 content/docs/1.简单文档/3.writing/4.full-page-example.md create mode 100644 content/docs/1.简单文档/4.deployment.md create mode 100644 content/docs/1.简单文档/5.components/.navigation.yml create mode 100644 content/docs/1.简单文档/5.components/1.API.md create mode 100644 content/docs/1.简单文档/5.components/alert.md create mode 100644 content/docs/1.简单文档/5.components/badge.md create mode 100644 content/docs/1.简单文档/5.components/button-link.md create mode 100644 content/docs/1.简单文档/5.components/callout.md create mode 100644 content/docs/1.简单文档/5.components/card-group.md create mode 100644 content/docs/1.简单文档/5.components/card.md create mode 100644 content/docs/1.简单文档/5.components/code-group.md create mode 100644 content/docs/1.简单文档/5.components/code-tree.md create mode 100644 content/docs/1.简单文档/5.components/field-group.md create mode 100644 content/docs/1.简单文档/5.components/field.md create mode 100644 content/docs/1.简单文档/5.components/file-tree.md create mode 100644 content/docs/1.简单文档/5.components/icon.md create mode 100644 content/docs/1.简单文档/5.components/playground.md create mode 100644 content/docs/1.简单文档/5.components/read-more.md create mode 100644 content/docs/1.简单文档/5.components/stack.md create mode 100644 content/docs/1.简单文档/5.components/steps.md create mode 100644 content/docs/1.简单文档/5.components/tabs.md create mode 100644 content/docs/2.无人自助系统/.navigation.yml create mode 100644 content/docs/2.无人自助系统/1.index.md create mode 100644 content/docs/99.about.md diff --git a/.gitignore b/.gitignore index 6bbb425..efe1e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Nuxt dev/build outputs .output +.output.* .data .nuxt .nitro diff --git a/app/components/docs/DocsHeader.vue b/app/components/docs/DocsHeader.vue index 07ac633..2cbdeb9 100644 --- a/app/components/docs/DocsHeader.vue +++ b/app/components/docs/DocsHeader.vue @@ -67,7 +67,9 @@ const handleLoginRegister = (type: 'login' | 'register') => {