Skip to content

Commit 7532b4f

Browse files
committed
add qrcode
1 parent 2f1eb9d commit 7532b4f

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

book.json

+21-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"anchor-navigation-ex",
3333
"favicon@^0.0.2",
3434
"todo@^0.1.3",
35-
"ba"
35+
"ba",
36+
"pageview-count",
37+
"qrcode-list"
3638
],
3739
"pluginsConfig": {
3840
"theme-default": {
@@ -110,6 +112,23 @@
110112
"favicon": {
111113
"shortcut": "favicon.ico",
112114
"bookmark": "favicon.ico"
113-
}
115+
},
116+
"qrcode-list": {
117+
"title": "交流学习",
118+
"description": "如果有疑问或想和我交流,欢迎扫码下方二维码",
119+
"except": [ ],
120+
"lists": [
121+
{
122+
"src": "https://static.studygolang.com/static/img/polarisxu-qrcode-m.jpg",
123+
"content": "polarisxu",
124+
"alt": "polarisxu"
125+
},
126+
{
127+
"src": "https://static.studygolang.com/static/img/gopherstudio2.png",
128+
"content": "gopherstudio",
129+
"alt": "gopherstudio"
130+
}
131+
]
132+
}
114133
}
115134
}

favicon.ico

16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)