Explorar o código

fix: 生成中提示增加"可关闭页面,后台会继续生成"

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
MyFramework User hai 3 meses
pai
achega
0109612ac5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      my-uniapp-vue3/src/pages/book-generator/detail.vue

+ 2 - 2
my-uniapp-vue3/src/pages/book-generator/detail.vue

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