mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-07 00:36:36 +08:00
fix: 移除API密钥分页按钮的onclick事件
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user