完善文件夹创建细节,章节命名

This commit is contained in:
fantasticbin 2024-04-03 22:38:16 +08:00
parent 71799a4858
commit 91bcd18eff

View File

@ -23,7 +23,7 @@ func start() {
title := strings.Join([]string{
"第",
strconv.Itoa(chapter),
"-",
"-",
chapterTitle,
}, "")
path = filepath.Join(output, title) // 组装章节路径