Merge pull request '添加访客数量统计' (#20) from feat/unique-visitor into main
All checks were successful
deploying-doc / build-and-deploy(production) (push) Successful in 10m27s
All checks were successful
deploying-doc / build-and-deploy(production) (push) Successful in 10m27s
Reviewed-on: #20
This commit is contained in:
@@ -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'
|
||||||
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@@ -15,6 +15,8 @@ icon: book
|
|||||||
文档内容均基于 InDesign 2022 17.4 版本编写,不同版本间存在一定差异
|
文档内容均基于 InDesign 2022 17.4 版本编写,不同版本间存在一定差异
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
网站总访问量 <span id="vercount_value_site_uv">Loading</span>
|
||||||
|
|
||||||
## 最近更新
|
## 最近更新
|
||||||
### 2025.8.27
|
### 2025.8.27
|
||||||
- 更新 [项目维护信息](#项目维护) 中的项目托管地址
|
- 更新 [项目维护信息](#项目维护) 中的项目托管地址
|
||||||
|
Reference in New Issue
Block a user