Files
cwd/docs/config/views-display.md
2026-03-16 14:39:52 +08:00

11 lines
255 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 页面浏览量
前端组件支持在网站中显示当前页面的访问量,使用方法: 在指定位置写入以下 html 标签。
```html
<div>已有 <span id="cwd-page-pv">0</span> 人阅读本文!</div>
```
---
*最低支持版本0.1.9*