【修复】雷池参数问题,Let's Encrypt 申请通配符限制,以及其他已知问题

This commit is contained in:
chudong
2025-05-19 09:51:50 +08:00
parent 3bfce79e11
commit 40ec5c0bbf
92 changed files with 413 additions and 229 deletions

View File

@@ -90,7 +90,6 @@ export default defineComponent({
// 下载日志
const downloadLogs = () => {
if (!logs.value) return
const blob = new Blob([logs.value], { type: 'text/plain' })
const url = URL.createObjectURL(blob)
const a = document.createElement('a')
@@ -120,7 +119,7 @@ export default defineComponent({
}
return () => (
<NCard bordered={false} class="w-full h-full" contentClass="!pb-0 !px-0">
<NCard bordered={false} class="w-full h-full" contentClass="!p-0">
<NSpin show={isLoading.value}>
<div class="mb-2.5 flex justify-start items-center">
<NSpace>