feat: upload and download bitstream from the component of project view
This commit is contained in:
@@ -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("上传错误");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user