Skip to content

Commit e5c274e

Browse files
committed
update
1 parent c0138db commit e5c274e

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

bookjson.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## book.json配置文件
22

3+
<!--email_off-->
34
[import](book.json)
5+
<!--/email_off-->

plugins.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## GitBook插件
2-
2+
<!--email_off-->
33
记录一些实用的插件, 如果要指定插件的版本可以使用 `[email protected]`。下面的插件在 GitBook 的 `2.6.4`版本中可以正常工作,因为一些插件可能不会随着 GitBook 版本的升级而升级,即下面的插件可能不适用高版本的 GitBook,所以这里指定了GitBook的版本。另外一些插件在windows上的安装会有问题,比如 `Search Pro``Mermaid`,我也没有找到特别好的解决办法,如果有知道相关解决办法的,请不吝赐教。
44

55
* [Disqus - Disqus评论](#disqus)
@@ -344,8 +344,8 @@ google 统计
344344
],
345345
"pluginsConfig": {
346346
"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",
349349
"title": "",
350350
"button": "",
351351
"alipayText": "支付宝打赏",
@@ -364,8 +364,8 @@ google 统计
364364
```
365365
{% raw %}
366366
<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' >
369369
<p class="vjs-no-js">
370370
To view this video please enable JavaScript, and consider upgrading to a web browser that
371371
<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
382382
```
383383
<br />
384384
{% 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"}'>
386386
<source src="http://zhangjikai.com/resource/demo.mp4" type='video/mp4' >
387387
<p class="vjs-no-js">
388388
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>
390390
</p>
391391
</video>
392392
{% endraw %}
@@ -437,10 +437,7 @@ poster="http://zhangjikai.com/resource/poster.jpg" data-setup='{"aspectRatio":"1
437437
}
438438
```
439439
使用1.1.0生成的xml文件有些问题, 所以这里使用1.0.2版本
440-
441-
442-
443-
440+
<!--/email_off-->
444441

445442

446443

0 commit comments

Comments
 (0)