perf: 支持cdnfly

This commit is contained in:
xiaojunnuo
2024-09-02 16:59:49 +08:00
parent b2d595e85c
commit 724a85028b
4 changed files with 5 additions and 4 deletions
@@ -158,7 +158,7 @@ export default function ({ crudExpose, context: { certdFormRef } }: CreateCrudOp
const files = await api.GetFiles(row.id);
Modal.success({
title: "文件下载",
okText: "↑↑↑ 点击链接下载",
okText: "↑↑↑ 点击上面链接下载",
content: () => {
const children = [];
for (const file of files) {