mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 07:16:20 +00:00
feat: 优化APIKey查询
1. 查询相关接口修改为APIKey的UUID 2. 输入APIKey查询后,自动查询API的UUID并添加浏览器地址参数,后续可以直接复制链接进行查询。同时保证了APIKey的安全性
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<p class="text-gray-600 text-sm leading-tight font-medium">使用统计查询</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-3">
|
||||
<div v-if="showAdminButton" class="flex items-center gap-3">
|
||||
<a href="/web" class="glass-button rounded-xl px-4 py-2 text-white hover:bg-white/20 transition-colors flex items-center gap-2">
|
||||
<i class="fas fa-cog text-sm"></i>
|
||||
<span class="text-sm font-medium">管理后台</span>
|
||||
|
||||
Reference in New Issue
Block a user