fix(awooop): 脫敏前台治理邊界文案
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import Link from 'next/link'
|
||||
import { ArrowRight, ShieldCheck } from 'lucide-react'
|
||||
import { useTranslations } from 'next-intl'
|
||||
import { publicBoundaryText } from '@/lib/public-security-redaction'
|
||||
|
||||
const metrics = [
|
||||
{ key: 'overall', value: '64%' },
|
||||
@@ -197,7 +198,7 @@ export function IwoooSReadOnlyBridge({ variant = 'light' }: IwoooSReadOnlyBridge
|
||||
<div style={{ display: 'grid', gap: 5 }}>
|
||||
{boundaries.map(boundary => (
|
||||
<code key={boundary} style={{ fontSize: 11, color: primaryText, wordBreak: 'break-word' }}>
|
||||
{boundary}
|
||||
{publicBoundaryText(boundary)}
|
||||
</code>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user