docs: 更新私有桶预览说明文档

This commit is contained in:
dap 2025-10-22 10:27:02 +08:00
parent 0666483c58
commit b4ca3f43a9

View File

@ -97,11 +97,19 @@ async function handleClosed() {
<BasicForm> <BasicForm>
<template #tip> <template #tip>
<div class="ml-7 w-full"> <div class="ml-7 w-full">
<Alert <Alert show-icon type="warning">
message="私有桶使用自定义域名无法预览, 但可以正常上传/下载" <template #message>
show-icon 私有桶(minio)使用自定义域名需要参考
type="warning" <a
/> href="https://gitee.com/dromara/RuoYi-Vue-Plus/issues/IBQIKC"
target="_blank"
class="text-primary"
>
支持minio预览私有桶
</a>
, 否则无法预览
</template>
</Alert>
</div> </div>
</template> </template>
</BasicForm> </BasicForm>