We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1eb9d commit 7532b4fCopy full SHA for 7532b4f
book.json
@@ -32,7 +32,9 @@
32
"anchor-navigation-ex",
33
"favicon@^0.0.2",
34
"todo@^0.1.3",
35
- "ba"
+ "ba",
36
+ "pageview-count",
37
+ "qrcode-list"
38
],
39
"pluginsConfig": {
40
"theme-default": {
@@ -110,6 +112,23 @@
110
112
"favicon": {
111
113
"shortcut": "favicon.ico",
114
"bookmark": "favicon.ico"
- }
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
133
}
134
favicon.ico
16.6 KB
0 commit comments