xiongzhu 2 ani în urmă
părinte
comite
18f615b259
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/paper/paper-gen/index.ts

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

@@ -74,9 +74,9 @@ ${chapters.map((i) => `- ${i.title}`).join('\n')}
 现在我们来一步一步的编写这篇论文
 请严格按照markdown格式返回内容`)
 
-    for (let i = 0; i < chapters.length; i++) {
+    for (let i = 6; i < chapters.length; i++) {
         if (i === 2) {
-            for (let j = 6; j < chapters[i].sections.length; j++) {
+            for (let j = 0; j < chapters[i].sections.length; j++) {
                 let input = ''
                 if (j === 0) {
                     input += `现在我们来编写第三章系统分析,这一章节内容较多,我们可以分成几个小节来写: