updata plugin fetch layout

This commit is contained in:
Xou 2024-04-01 13:48:15 +08:00
parent a95803867c
commit a6a6ac5c5a

View File

@ -193,16 +193,20 @@ const downloadProcess = computed(() => {
</n-button> </n-button>
</n-descriptions-item> </n-descriptions-item>
<n-descriptions-item label="带进度的下载文件" :span="3"> <n-descriptions-item label="带进度的下载文件" :span="3">
<n-input v-model:value="downloadPath" /> <n-space vertical>
<div>文件大小{{ downloading.total }}B</div> <n-input v-model:value="downloadPath" />
<div>已下载{{ downloading.loaded }}B</div> <div>文件大小{{ downloading.total }}B</div>
<n-progress type="line" indicator-placement="inside" :percentage="downloadProcess" /> <div>已下载{{ downloading.loaded }}B</div>
<n-button strong secondary @click="sendDownloadFile"> <n-progress type="line" indicator-placement="inside" :percentage="downloadProcess" />
开始下载 <n-space>
</n-button> <n-button strong secondary @click="sendDownloadFile">
<n-button strong secondary type="warning" @click="abortDownloadFile"> 开始下载
中断下载 </n-button>
</n-button> <n-button strong secondary type="warning" @click="abortDownloadFile">
中断下载
</n-button>
</n-space>
</n-space>
</n-descriptions-item> </n-descriptions-item>
<n-descriptions-item label="转换请求数据"> <n-descriptions-item label="转换请求数据">
<n-button strong secondary type="success" @click="getDictData"> <n-button strong secondary type="success" @click="getDictData">