We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cad1b commit 92d55d2Copy full SHA for 92d55d2
components/YunFooter.vue
@@ -7,7 +7,7 @@ useScriptTag('//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
7
8
<template>
9
<YunFooter>
10
- <!-- 自定义页脚内容 -->
+ <!-- 自定义页脚内容 -->
11
<div>本站总访问量 <span id="busuanzi_value_site_pv" /> 次</div>
12
<div>本站访客数 <span id="busuanzi_value_site_uv" /> 人次</div>
13
public/links.json
@@ -30,5 +30,13 @@
30
"blog": "桐の小窝",
31
"desc": "梓桐花幕碧云浮",
32
"color": "#BC98F9"
33
+ },
34
+ {
35
+ "url": "https://程星.top",
36
+ "avatar": "https://程星.top/upload/favicon.ico",
37
+ "name": "程星",
38
+ "blog": "程星博客",
39
+ "desc": "一份专注于BA二创的个人创作平台",
40
+ "color": "#8D64FF"
41
}
42
]
0 commit comments