mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 00:21:56 +08:00
在仪表板页面中,为客户端IP地址添加了样式,使其在鼠标悬停时显示为蓝色并带下划线,提升了链接的可见性和用户体验。
This commit is contained in:
parent
f07b05e61a
commit
ceb92d663e
@ -398,7 +398,7 @@ export default function DashboardPage() {
|
||||
<td className="p-2">{formatLatency(req.Latency)}</td>
|
||||
<td className="p-2">{formatBytes(req.BytesSent)}</td>
|
||||
<td className="p-2">
|
||||
<Link href={`https://ipinfo.io/${req.ClientIP}`} target="_blank" rel="noopener noreferrer">
|
||||
<Link href={`https://ipinfo.io/${req.ClientIP}`} target="_blank" rel="noopener noreferrer" className="text-blue-600 hover:text-blue-800 hover:underline">
|
||||
{req.ClientIP}
|
||||
</Link>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user