From 3f99fec39601b5b132dd8fc35b5026f2ad37756d Mon Sep 17 00:00:00 2001 From: estel <690930@qq.com> Date: Sun, 27 Jul 2025 17:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/IndexCard.vue | 22 ++-- app/components/content/ButtonGroup.vue | 24 +++++ app/components/content/ButtonLink.vue | 87 +++++++++++++++- app/components/content/SmartIcon.vue | 18 ++-- content/1.简单文档/1.index.md | 10 ++ content/4.无人自助系统/.navigation.yml | 3 + content/4.无人自助系统/1.index.md | 126 +++++++++++++++++++++++ content/4.无人自助系统/2.installation.md | 29 ++++++ content/4.无人自助系统/3.usage.md | 35 +++++++ content/5.智慧物业系统/.navigation.yml | 3 + content/5.智慧物业系统/1.index.md | 126 +++++++++++++++++++++++ content/5.智慧物业系统/2.installation.md | 29 ++++++ content/5.智慧物业系统/3.usage.md | 35 +++++++ content/6.简约博客/.navigation.yml | 3 + content/6.简约博客/1.index.md | 126 +++++++++++++++++++++++ content/6.简约博客/2.installation.md | 29 ++++++ content/6.简约博客/3.usage.md | 35 +++++++ package.json | 1 + pnpm-lock.yaml | 3 + 19 files changed, 722 insertions(+), 22 deletions(-) create mode 100644 app/components/content/ButtonGroup.vue create mode 100644 content/4.无人自助系统/.navigation.yml create mode 100644 content/4.无人自助系统/1.index.md create mode 100644 content/4.无人自助系统/2.installation.md create mode 100644 content/4.无人自助系统/3.usage.md create mode 100644 content/5.智慧物业系统/.navigation.yml create mode 100644 content/5.智慧物业系统/1.index.md create mode 100644 content/5.智慧物业系统/2.installation.md create mode 100644 content/5.智慧物业系统/3.usage.md create mode 100644 content/6.简约博客/.navigation.yml create mode 100644 content/6.简约博客/1.index.md create mode 100644 content/6.简约博客/2.installation.md create mode 100644 content/6.简约博客/3.usage.md diff --git a/app/components/IndexCard.vue b/app/components/IndexCard.vue index 3440488..a148a29 100644 --- a/app/components/IndexCard.vue +++ b/app/components/IndexCard.vue @@ -1,18 +1,28 @@