diff --git a/src/app/user1/page.tsx b/src/app/user1/page.tsx new file mode 100644 index 0000000..749c37f --- /dev/null +++ b/src/app/user1/page.tsx @@ -0,0 +1,66 @@ +import Image from "next/image"; +import React from "react"; + +function User() { + return ( + // 背景颜色 +
+ + ); +} + + +export default User; \ No newline at end of file