|
@@ -55,7 +55,7 @@
|
|
|
<view v-if="isCurrentlyGenerating && !isGenerationFailed" class="generation-status">
|
|
<view v-if="isCurrentlyGenerating && !isGenerationFailed" class="generation-status">
|
|
|
<view class="status-header">
|
|
<view class="status-header">
|
|
|
<text class="status-icon">⚡</text>
|
|
<text class="status-icon">⚡</text>
|
|
|
- <text class="status-title">正在生成中...【时间较长,请耐心等待】</text>
|
|
|
|
|
|
|
+ <text class="status-title">正在生成中...【时间较长,请耐心等待,可关闭页面,后台会继续生成】</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="status-stage">
|
|
<view class="status-stage">
|
|
|
<text class="stage-label">当前阶段:</text>
|
|
<text class="stage-label">当前阶段:</text>
|
|
@@ -322,7 +322,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="generating" class="generating-tip">
|
|
<view v-if="generating" class="generating-tip">
|
|
|
- <text>正在生成中,请稍候...</text>
|
|
|
|
|
|
|
+ <text>正在生成中,可关闭页面,后台会继续生成...</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="isBookDone && (!currentBook.chapters || currentBook.chapters.length === 0)" class="warning-tip">
|
|
<view v-if="isBookDone && (!currentBook.chapters || currentBook.chapters.length === 0)" class="warning-tip">
|