Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h2 class="text-2xl font-bold mb-2">欢迎使用青峰Swagger</h2>
<span id="detail-deprecated" class="hidden bg-red-100 text-red-600 px-2 py-1 rounded text-xs">已废弃</span>
</div>
<h3 id="detail-summary" class="text-xl font-semibold mb-2">接口名称</h3>
<p id="detail-description" style="color: var(--text-secondary)">接口描述</p>
<pre id="detail-description" style="color: var(--text-secondary)">接口描述</pre>
</div>

<!-- Parameters -->
Expand Down
2 changes: 1 addition & 1 deletion ui/minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2 class="text-xl font-semibold mb-2">欢迎使用青峰Swagger</h2>
<span id="detail-deprecated" class="hidden text-red-500 text-xs">废弃</span>
</div>
<h3 id="detail-summary" class="font-medium">接口名称</h3>
<p id="detail-description" class="text-sm mt-1" style="color: var(--text-secondary)">描述</p>
<pre id="detail-description" class="text-sm mt-1" style="color: var(--text-secondary)">描述</pre>
</div>

<div class="card rounded-lg p-4">
Expand Down
2 changes: 1 addition & 1 deletion ui/modern/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h2 class="text-3xl font-bold mb-3">欢迎使用青峰Swagger</h2>
<span id="detail-deprecated" class="hidden bg-red-100 text-red-600 px-2 py-1 rounded-lg text-xs">已废弃</span>
</div>
<h3 id="detail-summary" class="text-xl font-bold mb-2">接口名称</h3>
<p id="detail-description" style="color: var(--text-secondary)">接口描述</p>
<pre id="detail-description" style="color: var(--text-secondary)">接口描述</pre>
</div>

<div class="card p-6">
Expand Down