diff --git a/README.md b/README.md index e71d1e32..8fc08a39 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Xingrin - 星环

+

XingRin - 星环

🛡️ 开源攻击面管理平台 (ASM) | 自动化资产发现与漏洞扫描系统 diff --git a/frontend/app/login/layout.tsx b/frontend/app/login/layout.tsx index e1756c36..b8e1b19e 100644 --- a/frontend/app/login/layout.tsx +++ b/frontend/app/login/layout.tsx @@ -2,7 +2,7 @@ import type { Metadata } from "next" export const metadata: Metadata = { title: "登录 - 星环 | 攻击面管理平台", - description: "星环 (Xingrin) - 攻击面管理平台 (ASM),提供自动化资产发现与漏洞扫描", + description: "星环 (XingRin) - 攻击面管理平台 (ASM),提供自动化资产发现与漏洞扫描", } /**