生成海报3
# 社交


组件位置
docs/.vuepress/theme/lib/client/components/child/side/HomeSidebarSocialItem.vue
其中,手机端至多显示7个(首页),侧边栏等不受影响,PC端首页至多只能显示19个,如果超过,则不会显示,侧边栏不受影响
# 配置
module.exports = {
themeConfig: {
socials: [
{
//社交链接
aHref: "tencent://message/?uin=2291308094",
// imgSrc: "https://ooszy.cco.vin/img/ico/qq.svg", 从v1.3.2开始久移除次配置,以前版本用于社交ico图标配置
//true为在首页显示,反之
isHome: true,
//是否显示此社交信息,如果为false,尽管isHome=true,sidebar=true,也不会显示
show: true,
//是否在侧边栏显示
sidebar: true,
//使用阿里图标 使用的是阿里图标库,我也挑选部分图标,请进入http://ico.cco.vin/theme查看
symbol: '#icon-qq',
//鼠标移入此图标时,显示的图片,适用于微信等通过二维码添加好友
// showImgSrc: "https://ooszy.cco.vin/img/blog-public/wechat.jpg",
},
{
aHref: "javascript:;",
//imgSrc: /assets/img/ico/wechat.svg,
showImgSrc: "https://ooszy.cco.vin/img/blog-public/wechat.jpg",
isHome: true,
show: true,
symbol: '#icon-weixin',
sidebar: true
},
{
aHref: "https://github.com/qsyyke/",
isHome: true,
show: true,
sidebar: true,
symbol: '#icon-github-fill'
},
{
aHref: "https://stackoverflow.com/",
isHome: true,
show: true,
symbol: '#icon-stackoverflow',
sidebar: true
},
{
aHref: "https://space.bilibili.com/483962286",
isHome: true,
show: true,
sidebar: true,
symbol: '#icon-bilibili-1'
},
{
aHref: "https://music.163.com/#/user/home?id=1411050784",
isHome: true,
show: true,
symbol: '#icon-wangyiyunyinle',
sidebar: true
},
{
aHref: "mailto:2291308094@qq.com",
isHome: true,
show: true,
sidebar: true,
symbol: '#icon-email'
}
],
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
TIP
配置项解释,请查看
# 修改图标
社交图标全部使用的是阿里图标库,我选了一些最常用的图标,你可以自己挑选
module.exports = {
themeConfig: {
socials: [
{
aHref: "javascript:;",
showImgSrc: "https://ooszy.cco.vin/img/blog-public/wechat.jpg",
isHome: true,
show: true,
symbol: '#icon-weixin',
sidebar: true
},
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


# 评论配置



奶茶
$ 18

全味奶茶
¥ 11
初尘
主题太棒了
¥ 7
推荐阅读
点击评论