添加访客数量统计 #20

Merged
szhhwh merged 1 commits from feat/unique-visitor into main 2025-09-20 23:56:36 +08:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 3b82ce783c - Show all commits

View File

@@ -11,6 +11,12 @@ export default defineUserConfig({
head: [ head: [
[ [
'link', { rel: 'icon', href: 'favicon.ico' } 'link', { rel: 'icon', href: 'favicon.ico' }
],
[
"script",
{
src: 'https://events.vercount.one/js'
}
] ]
], ],

View File

@@ -15,6 +15,8 @@ icon: book
文档内容均基于 InDesign 2022 17.4 版本编写,不同版本间存在一定差异 文档内容均基于 InDesign 2022 17.4 版本编写,不同版本间存在一定差异
::: :::
网站总访问量 <span id="vercount_value_site_uv">Loading</span>
## 最近更新 ## 最近更新
### 2025.7.1 ### 2025.7.1
- [3.2 初识 InDesign](ChapterNo3/3.2.md) - [3.2 初识 InDesign](ChapterNo3/3.2.md)