Merge remote-tracking branch 'origin/main'

This commit is contained in:
赵霄
2023-09-28 17:49:24 +08:00
@@ -69,7 +69,7 @@
<!-- 下载-->
<a-button type="link" icon="download" @click="handleDownload(file)">{{ $t('download') }}</a-button>
<!-- 无水印下载-->
<a-button type="link">
<a-button type="link" @click="downloadDraftNoWater">
<i class="iconfont icon-water-drop-slash"></i>
{{ $t('unwatermarkedDownload') }}
</a-button>