fix: 去除页面编号井号显示

This commit is contained in:
meijiali
2026-07-03 19:12:08 +08:00
parent 4102ecc4e3
commit 07ce3d4fcd
5 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button {% if not loop.first %}collapsed{% endif %}" type="button" data-bs-toggle="collapse" data-bs-target="#hotspot-{{ hotspot.id }}">
热点 #{{ hotspot.rank }}{{ hotspot.title }}
热点 {{ hotspot.rank }}{{ hotspot.title }}
</button>
</h2>
<div id="hotspot-{{ hotspot.id }}" class="accordion-collapse collapse {% if loop.first %}show{% endif %}" data-bs-parent="#hotspot-list">