新增用户消息复制和编辑功能,并提高批量生成数量上限至20。

This commit is contained in:
2025-08-29 14:10:39 +08:00
parent fed199f08d
commit 626f8992f6
3 changed files with 98 additions and 6 deletions

View File

@@ -117,7 +117,7 @@
<div class="d-flex flex-column gap-3">
<div class="input-group mb-3">
<span class="input-group-text">生成数量</span>
<input type="number" class="form-control" id="batchCount" min="1" max="10" value="6" placeholder="输入生成数量">
<input type="number" class="form-control" id="batchCount" min="1" max="20" value="6" placeholder="输入生成数量">
</div>
<div class="d-flex gap-2">
<button class="btn btn-primary flex-fill" onclick="sendMessage()">
@@ -127,7 +127,7 @@
<i class="fas fa-magic me-2"></i>批量生成
</button>
</div>
<small class="text-muted">支持1-10张图像同时生成</small>
<small class="text-muted">支持1-20张图像同时生成</small>
</div>
</div>