File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export default defineUserConfig({
13
13
lang : 'zh-CN' ,
14
14
title : 'FastAPI Best Architecture' ,
15
15
head : [
16
- [ 'link' , { rel : 'icon' , href : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.svg' } ]
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
18
] ,
18
19
plugins : [
19
20
baiduAnalyticsPlugin ( {
Original file line number Diff line number Diff line change @@ -33,6 +33,17 @@ FBA 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层
33
33
| 特别展位 | 3 | ¥69起/月 | 1. 首页信息展播展示位 <br /> 2. 文档右侧边栏大号展示位 | 赞助商名称、图片链接(16:9)、跳转链接 |
34
34
| 普通展位 | 6 | ¥39起/月 | 1. 首页滚动展示位 <br /> 2. 文档右侧边栏小号展示位 | 赞助商名称、图片链接(16:9)、跳转链接 |
35
35
36
+ ::: info 访问统计
37
+
38
+ 以下信息来自于 [ vercount] ( https://github.com/EvanNotFound/vercount ) ,如不显示,请尝试刷新页面
39
+
40
+ | 统计模式 | 统计量 | 统计方法 |
41
+ | :------:| :-----------------------------------------------:| ---------------------------|
42
+ | 本站总访问量 | <span id =" vercount_value_site_pv " >计算中...</span > | 每访问 1 次加 1 |
43
+ | 本站总访客数 | <span id =" vercount_value_site_uv " >计算中...</span > | 通过用户的 UserAgent 和 IP 地址判断 |
44
+
45
+ :::
46
+
36
47
::: warning 展位赞助说明
37
48
选择==特别展位==赞助,可帮助您的产品在 Discord 交流群以公告的形式进行推广一次
38
49
You can’t perform that action at this time.
0 commit comments