Add help page

This commit is contained in:
2024-11-03 10:11:25 +11:00
parent 9f61ff1dab
commit e8a9bd1aa5
11 changed files with 264 additions and 182 deletions
+1
View File
@@ -70,6 +70,7 @@
<div id="more-menu-dropdown" class="absolute right-0 mt-2 py-2 w-48 bg-white rounded-md shadow-xl z-20 hidden">
<a href="{% url 'search' %}" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">{% trans "Advanced Search" %}</a>
<a href="{% url 'tools' %}" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">{% trans "Tools" %}</a>
<a href="{% url 'help' %}" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">{% trans "Help" %}</a>
</div>
</div>
<!-- 语言选择器 -->