feat: 自定义应用程序元数据和清理默认资源文件

- 更新应用标题为"账号管理系统"
- 更新应用描述为中文说明
- 删除不需要的Next.js默认SVG图标文件

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-24 06:04:13 +08:00
parent 6f2833019c
commit c864ced4ea
6 changed files with 2 additions and 7 deletions

View File

@@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "账号管理系统",
description: "一个用于管理账号的Web应用程序",
};
export default function RootLayout({