更新动态路径,和IP管理的badge显示

This commit is contained in:
Eamon-meng
2025-12-15 14:33:55 +08:00
parent e2c9ea7fbf
commit 4bb8d35b2a
2 changed files with 5 additions and 5 deletions

View File

@@ -240,9 +240,9 @@ export default function ChannelsPage(props: ChannelsPageProps) {
) : hasAuth ? (
<div className="flex flex-col">
<span></span>
<div className="px-2 py-1 bg-gray-100 rounded text-sm text-gray-700 font-mono break-all max-w-[120px]">
<Badge variant="secondary">
{channel.username}:{channel.password}
</div>
</Badge >
</div>
) : (
<span className="text-sm text-gray-400"></span>