@@ -76,7 +76,7 @@ ${chapters.map((i) => `- ${i.title}`).join('\n')}
for (let i = 0; i < chapters.length; i++) {
if (i === 2) {
- for (let j = 0; j < chapters[i].sections.length; j++) {
+ for (let j = 6; j < chapters[i].sections.length; j++) {
let input = ''
if (j === 0) {
input += `现在我们来编写第三章系统分析,这一章节内容较多,我们可以分成几个小节来写: