|
@@ -113,15 +113,10 @@ export class ChapterGeneratorPage implements OnInit {
|
|
}
|
|
}
|
|
|
|
|
|
saveChapter() {
|
|
saveChapter() {
|
|
- if (this.selectedChapterIndex !== null) {
|
|
|
|
- this.chapters[this.selectedChapterIndex].title = this.selectedChapterTitle;
|
|
|
|
- this.chapters[this.selectedChapterIndex].content = this.selectedChapterContent;
|
|
|
|
- console.log('章节内容已保存:', this.selectedChapterContent);
|
|
|
|
- this.selectedChapterIndex = null;
|
|
|
|
- this.selectedChapterTitle = '';
|
|
|
|
- this.selectedChapterContent = '';
|
|
|
|
- this.isSideShow = true; // 显示侧边栏
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
insertTextIntoChapterEnd(text: string) {
|
|
insertTextIntoChapterEnd(text: string) {
|