This commit is contained in:
github-actions[bot]
2022-08-04 06:59:33 +00:00
commit ca571eb691
415 changed files with 125430 additions and 0 deletions

9
make.bat Normal file
View File

@@ -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