整合下载逻辑,修复下载历史记录和显示问题

This commit is contained in:
2025-09-29 12:15:02 +08:00
parent 9f25573bf8
commit 423d35d42d
10 changed files with 299 additions and 492 deletions
@@ -9,7 +9,7 @@
</div>
</div>
</div>
<!-- 按钮操作区域 - 单独的第二行 -->
<div class="artwork-actions">
<!-- 下载按钮 -->
@@ -267,7 +267,7 @@ const handleCaptionToggleChange = (event: Event) => {
font-weight: 600;
color: var(--color-text-primary);
line-height: 1.3;
max-width: 420px;
max-width: 400px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;