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