docs: 文档更新

This commit is contained in:
anghunk
2026-03-16 14:39:52 +08:00
parent 4956be2d7c
commit cd25211e31
5 changed files with 446 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
# 页面浏览量
前端组件支持在网站中显示当前页面的访问量,使用方法: 在指定位置写入以下 html 标签。
```html
<div>已有 <span id="cwd-page-pv">0</span> 人阅读本文!</div>
```
---
*最低支持版本0.1.9*