mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-05-11 10:00:37 +08:00
fix: 移除API密钥分页按钮的onclick事件
This commit is contained in:
@@ -967,7 +967,6 @@ endblock %} {% block head_extra_styles %}
|
||||
<button
|
||||
type="button"
|
||||
id="apiKeyPrevBtn"
|
||||
onclick="prevApiKeyPage()"
|
||||
class="px-3 py-1 rounded bg-blue-500 text-white hover:bg-blue-600 cursor-pointer"
|
||||
>
|
||||
<i class="fas fa-chevron-left"></i> 上一页
|
||||
@@ -976,7 +975,6 @@ endblock %} {% block head_extra_styles %}
|
||||
<button
|
||||
type="button"
|
||||
id="apiKeyNextBtn"
|
||||
onclick="nextApiKeyPage()"
|
||||
class="px-3 py-1 rounded bg-blue-500 text-white hover:bg-blue-600 cursor-pointer"
|
||||
>
|
||||
下一页 <i class="fas fa-chevron-right"></i>
|
||||
|
||||
Reference in New Issue
Block a user