From be4933599e97164b85d47b838974674429222bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=A2=9E?= <352281674@qq.com> Date: Thu, 1 Mar 2018 13:18:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0gitbook=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E5=AE=89=E8=A3=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.json b/book.json index 55fb5c3..8afdde8 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,5 @@ { - "gitbook": "2.x", + "gitbook": "3.x", "title": "Go语言圣经", "description": "中文版", "language": "zh-hans", From a2ea244e714d0e96f16b67710b030e9bc62bc518 Mon Sep 17 00:00:00 2001 From: sherylynn <352281674@qq.com> Date: Thu, 1 Mar 2018 14:13:31 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86windows=E4=B8=8B?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=9A=84=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 make.bat diff --git a/make.bat b/make.bat new file mode 100644 index 0000000..61a62e8 --- /dev/null +++ b/make.bat @@ -0,0 +1,9 @@ +@echo off +cls +setlocal EnableDelayedExpansion +rem gitbook install +rem &^ 批处理运行gitbook会中断命令 所以用&链接,用^处理换行 +go run update_version.go +gitbook build &^ +go run fix-data-revision.go &^ +go run builder.go \ No newline at end of file