添加基础结构

This commit is contained in:
2025-04-24 22:40:18 +08:00
parent 777d36617f
commit 870b04bb28
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",
};