xiongzhu 2 years ago
parent
commit
2f7508e96f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/paper/paper-gen/index.ts

+ 1 - 1
src/paper/paper-gen/index.ts

@@ -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 += `现在我们来编写第三章系统分析,这一章节内容较多,我们可以分成几个小节来写: