更新动态路径,和IP管理的badge显示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user