1
1
## GitBook插件
2
-
2
+ <!-- email_off -->
3
3
记录一些实用的插件, 如果要指定插件的版本可以使用
` [email protected] ` 。下面的插件在 GitBook 的
` 2.6.4 ` 版本中可以正常工作,因为一些插件可能不会随着 GitBook 版本的升级而升级,即下面的插件可能不适用高版本的 GitBook,所以这里指定了GitBook的版本。另外一些插件在windows上的安装会有问题,比如
` Search Pro ` 和
` Mermaid ` ,我也没有找到特别好的解决办法,如果有知道相关解决办法的,请不吝赐教。
4
4
5
5
* [ Disqus - Disqus评论] ( #disqus )
@@ -344,8 +344,8 @@ google 统计
344
344
],
345
345
"pluginsConfig" : {
346
346
"donate" : {
347
- "wechat" : " http ://zhangjikai.com/resource/weixin.png" ,
348
- "alipay" : " http ://zhangjikai.com/resource/alipay.png" ,
347
+ "wechat" : " https ://zhangjikai.com/resource/weixin.png" ,
348
+ "alipay" : " https ://zhangjikai.com/resource/alipay.png" ,
349
349
"title" : " " ,
350
350
"button" : " 赏" ,
351
351
"alipayText" : " 支付宝打赏" ,
@@ -364,8 +364,8 @@ google 统计
364
364
```
365
365
{% raw %}
366
366
<video id="my-video" class="video-js" controls preload="auto" width="100%"
367
- poster="http ://zhangjikai.com/resource/poster.jpg" data-setup='{"aspectRatio":"16:9"}'>
368
- <source src="http://github.com/%3Cspan%20class="x x-first x-last">http ://zhangjikai.com/resource/demo.mp4" type='video/mp4' >
367
+ poster="https ://zhangjikai.com/resource/poster.jpg" data-setup='{"aspectRatio":"16:9"}'>
368
+ <source src="http://github.com/%3Cspan%20class="x x-first x-last">https ://zhangjikai.com/resource/demo.mp4" type='video/mp4' >
369
369
<p class="vjs-no-js">
370
370
To view this video please enable JavaScript, and consider upgrading to a web browser that
371
371
<a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
@@ -382,11 +382,11 @@ poster="http://zhangjikai.com/resource/poster.jpg" data-setup='{"aspectRatio":"1
382
382
```
383
383
<br />
384
384
{% raw %}
385
- <video id =" my-video " class =" video-js " controls preload =" auto " width =" 100% " poster =" http ://zhangjikai.com/resource/poster.jpg" data-setup =' {"aspectRatio":"16:9"} ' >
385
+ <video id =" my-video " class =" video-js " controls preload =" auto " width =" 100% " poster =" https ://zhangjikai.com/resource/poster.jpg" data-setup =' {"aspectRatio":"16:9"} ' >
386
386
<source src =" http://zhangjikai.com/resource/demo.mp4 " type =' video/mp4 ' >
387
387
<p class =" vjs-no-js " >
388
388
To view this video please enable JavaScript, and consider upgrading to a web browser that
389
- <a href="http://github.com/%3Cspan%20class="x x-first x-last">http ://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
389
+ <a href="http://github.com/%3Cspan%20class="x x-first x-last">https ://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
390
390
</p >
391
391
</video >
392
392
{% endraw %}
@@ -437,10 +437,7 @@ poster="http://zhangjikai.com/resource/poster.jpg" data-setup='{"aspectRatio":"1
437
437
}
438
438
```
439
439
使用1.1.0生成的xml文件有些问题, 所以这里使用1.0.2版本
440
-
441
-
442
-
443
-
440
+ <!-- /email_off-->
444
441
445
442
446
443
0 commit comments