From 3b82ce783ca3f003c6bb948f501e3048ee730ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Sat, 20 Sep 2025 21:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=BF=E5=AE=A2=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/config.ts | 6 ++++++ src/reference/README.md | 2 ++ 2 files changed, 8 insertions(+) diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index 3516ba2..bf629cc 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -11,6 +11,12 @@ export default defineUserConfig({ head: [ [ 'link', { rel: 'icon', href: 'favicon.ico' } + ], + [ + "script", + { + src: 'https://events.vercount.one/js' + } ] ], diff --git a/src/reference/README.md b/src/reference/README.md index 6eb61de..7825a27 100644 --- a/src/reference/README.md +++ b/src/reference/README.md @@ -15,6 +15,8 @@ icon: book 文档内容均基于 InDesign 2022 17.4 版本编写,不同版本间存在一定差异 ::: +网站总访问量 Loading + ## 最近更新 ### 2025.7.1 - [3.2 初识 InDesign](ChapterNo3/3.2.md)