feat: upload and download bitstream from the component of project view

This commit is contained in:
2025-05-13 18:14:57 +08:00
parent eae67d04d4
commit eea03f5bc8
15 changed files with 4243 additions and 1365 deletions

View File

@@ -6,7 +6,7 @@
</div>
<div class="divider"></div>
<div class="w-full">
<div class="collapse bg-primary border-base-300 border">
<div class="collapse bg-primary">
<input type="checkbox" />
<div class="collapse-title font-semibold text-lg text-white">
自定义开发板参数
@@ -73,7 +73,7 @@ async function uploadBitstream(event: Event, bitstream: File) {
boardAddress.value,
fileParam,
);
return resp;
return resp
} catch (e) {
dialog.error("上传错误");
}