From 13dda7fa9dbf4238e311290ea3829f14674078d7 Mon Sep 17 00:00:00 2001 From: yanglian <395486566@qq.com> Date: Wed, 8 Apr 2026 10:56:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=A3=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=94=B9=E7=94=A8=20pre=20=E6=A0=87=E7=AD=BE=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E5=8E=9F=E5=A7=8B=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 三个主题的 detail-description 元素从
改为
, 避免多行描述被压缩为单行,保留 Swagger 注释中的原始排版。 --- ui/default/index.html | 2 +- ui/minimal/index.html | 2 +- ui/modern/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/default/index.html b/ui/default/index.html index bb81fa2..3f7128d 100644 --- a/ui/default/index.html +++ b/ui/default/index.html @@ -297,7 +297,7 @@欢迎使用青峰Swagger
已废弃接口名称
-接口描述
+接口描述diff --git a/ui/minimal/index.html b/ui/minimal/index.html index 0db80de..67a9013 100644 --- a/ui/minimal/index.html +++ b/ui/minimal/index.html @@ -227,7 +227,7 @@欢迎使用青峰Swagger
废弃接口名称
-描述
+描述diff --git a/ui/modern/index.html b/ui/modern/index.html index 1e9fd7e..504066c 100644 --- a/ui/modern/index.html +++ b/ui/modern/index.html @@ -289,7 +289,7 @@欢迎使用青峰Swagger
已废弃接口名称
-接口描述
+接口描述