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

master
fantasticbin 6 months ago
parent 71799a4858
commit 91bcd18eff

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

Loading…
Cancel
Save