fix: 移除API密钥分页按钮的onclick事件

This commit is contained in:
snaily
2025-08-18 00:55:51 +08:00
parent 892392742d
commit 96c4b4fa50
-2
View File
@@ -967,7 +967,6 @@ endblock %} {% block head_extra_styles %}
<button <button
type="button" type="button"
id="apiKeyPrevBtn" id="apiKeyPrevBtn"
onclick="prevApiKeyPage()"
class="px-3 py-1 rounded bg-blue-500 text-white hover:bg-blue-600 cursor-pointer" class="px-3 py-1 rounded bg-blue-500 text-white hover:bg-blue-600 cursor-pointer"
> >
<i class="fas fa-chevron-left"></i> 上一页 <i class="fas fa-chevron-left"></i> 上一页
@@ -976,7 +975,6 @@ endblock %} {% block head_extra_styles %}
<button <button
type="button" type="button"
id="apiKeyNextBtn" id="apiKeyNextBtn"
onclick="nextApiKeyPage()"
class="px-3 py-1 rounded bg-blue-500 text-white hover:bg-blue-600 cursor-pointer" class="px-3 py-1 rounded bg-blue-500 text-white hover:bg-blue-600 cursor-pointer"
> >
下一页 <i class="fas fa-chevron-right"></i> 下一页 <i class="fas fa-chevron-right"></i>