feat: add minio service implementation, download midjourney image to local storage

This commit is contained in:
RockYang
2023-08-20 16:17:42 +08:00
parent 08d8d65599
commit 473d8f5f85
13 changed files with 316 additions and 98 deletions

View File

@@ -22,7 +22,7 @@
<template #error>
<div class="image-slot">
<el-icon>
<icon-picture/>
<Picture/>
</el-icon>
</div>
</template>
@@ -62,7 +62,7 @@
<script setup>
import {ref, watch} from "vue";
import {Clock} from "@element-plus/icons-vue";
import {Clock, Picture} from "@element-plus/icons-vue";
import {ElMessage} from "element-plus";
import {httpPost} from "@/utils/http";
import {getSessionId} from "@/store/session";