Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

15
Views/README.md Normal file
View File

@@ -0,0 +1,15 @@
### Typecho文章浏览数排行插件Views v1.0.1
通过在文章数据表中自增字段views实现统计浏览次数效果并按排行输出热门文章列表。
输出访问次数:
```<?php Views_Plugin::theViews(); ?>```
定制文字:
```<?php Views_Plugin::theViews('有 ', ' 次点击'); ?>```
输出最受欢迎文章:
```<?php Views_Plugin::theMostViewed(); ?>```