|
|
@@ -918,7 +918,7 @@ async function handleLangGraphGenerate() {
|
|
|
if (!currentBook.value) return;
|
|
|
uni.showModal({
|
|
|
title: '确认重新生成',
|
|
|
- content: '确定要重新生成所有内容吗?这将清除当前内容并重新开始生成。',
|
|
|
+ content: '将清除所有章节数据(含已生成的音频),根据当前书籍规模重新生成全部内容。确定继续吗?',
|
|
|
success: async (res) => {
|
|
|
if (!res.confirm) return;
|
|
|
generating.value = true;
|