|
@@ -62,6 +62,12 @@
|
|
|
<div class="actions-right">
|
|
<div class="actions-right">
|
|
|
<!-- <DeepseekButton v-model="deepThinkValue" /> -->
|
|
<!-- <DeepseekButton v-model="deepThinkValue" /> -->
|
|
|
|
|
|
|
|
|
|
+ <!-- [已停用] 测试用 MOCK 按钮组(资料 / 问卷 / 流测 / 回放 / 打字 / Scope / 测试输入)——
|
|
|
|
|
+ 用户 2026-09-21 要求注释掉。要恢复只需取消本段注释:
|
|
|
|
|
+ 事件(testRefLinks / testQuestionCard / testMockStream / testReplay / testTypewriter /
|
|
|
|
|
+ testScopeMerge / testInput)与处理函数(sendRefLinksStreamTestMessage 等)**都还在**,
|
|
|
|
|
+ 连同 `showTestActions`(= `MODE === 'development'`)这条开关也没动。 -->
|
|
|
|
|
+ <!--
|
|
|
<div v-if="showTestActions" class="mock-stream-test-actions">
|
|
<div v-if="showTestActions" class="mock-stream-test-actions">
|
|
|
<button type="button" class="mock-stream-test-action" :disabled="isGenerating"
|
|
<button type="button" class="mock-stream-test-action" :disabled="isGenerating"
|
|
|
@click="emit('testRefLinks')">
|
|
@click="emit('testRefLinks')">
|
|
@@ -90,6 +96,7 @@
|
|
|
测试输入
|
|
测试输入
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ -->
|
|
|
<button type="button" class="send-btn" :class="{
|
|
<button type="button" class="send-btn" :class="{
|
|
|
active: modelValue.trim().length > 0 && !isGenerating,
|
|
active: modelValue.trim().length > 0 && !isGenerating,
|
|
|
'is-generating': isGenerating,
|
|
'is-generating': isGenerating,
|