feat: 自定义应用程序元数据和清理默认资源文件
- 更新应用标题为"账号管理系统" - 更新应用描述为中文说明 - 删除不需要的Next.js默认SVG图标文件 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		| @@ -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({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user