添加基础结构

This commit is contained in:
2025-04-24 22:40:18 +08:00
parent 52cf68b829
commit 6504740d89
10 changed files with 356 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
};