File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ export default defineUserConfig({
14
14
title : 'FastAPI Best Architecture' ,
15
15
head : [
16
16
[ 'link' , { rel : 'icon' , href : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.svg' } ] ,
17
- [ 'script' , { src : 'https://cn.vercount.one/js' } ]
17
+ [ 'script' , { src : 'https://cn.vercount.one/js' } ] ,
18
+ [ 'script' , { src : '//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js' } ]
18
19
] ,
19
20
plugins : [
20
21
baiduAnalyticsPlugin ( {
Original file line number Diff line number Diff line change @@ -42,6 +42,13 @@ FBA 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层
42
42
| 本站总访问量 | <span id =" vercount_value_site_pv " >计算中...</span > | 每访问 1 次加 1 |
43
43
| 本站总访客数 | <span id =" vercount_value_site_uv " >计算中...</span > | 通过用户的 UserAgent 和 IP 地址判断 |
44
44
45
+ 以下信息来自于 [ 不如] ( https://ibruce.info/ ) ,自 2025-02-08 开始统计,如不显示,请尝试刷新页面
46
+
47
+ | 统计模式 | 统计量 | 统计方法 |
48
+ | :------:| :-----------------------------------------------:| ---------------------------|
49
+ | 本站总访问量 | <span id =" busuanzi_value_site_pv " >计算中...</span > | 单个用户连续点击 n 篇文章,记录 n 次访问量 |
50
+ | 本站总访客数 | <span id =" busuanzi_value_site_uv " >计算中...</span > | 单个用户连续点击 n 篇文章,只记录 1 次访客数 |
51
+
45
52
:::
46
53
47
54
::: warning 展位赞助说明
You can’t perform that action at this time.
0 commit comments