Skip to content

Commit

Permalink
chore: 更改下载文案
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 19, 2023
1 parent f93bdc7 commit d99b4b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/components/ActionCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ const copy = async (content: string) => {
</NButton>
</template>
<NSpace vertical>
<NButton @click="exportJpg.invoke" :loading="exportJpg.loading">
下载-jpg
</NButton>
<NButton @click="exportZip.invoke" :loading="exportZip.loading">
下载-zip
下载-快照
</NButton>
<NButton @click="exportJpg.invoke" :loading="exportJpg.loading">
下载-图片
</NButton>
</NSpace>
</NPopover>
Expand Down
12 changes: 6 additions & 6 deletions src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,16 @@ const batchShareZipUrl = useTask(async () => {
</template>
<NSpace vertical>
<NButton
@click="batchDownloadJpg.invoke"
:loading="batchDownloadJpg.loading"
@click="batchDownloadZip.invoke"
:loading="batchDownloadZip.loading"
>
批量下载-jpg
批量下载-快照
</NButton>
<NButton
@click="batchDownloadZip.invoke"
:loading="batchDownloadZip.loading"
@click="batchDownloadJpg.invoke"
:loading="batchDownloadJpg.loading"
>
批量下载-zip
批量下载-图片
</NButton>
</NSpace>
</NPopover>
Expand Down

0 comments on commit d99b4b5

Please sign in to comment.