From 111ead82f6e7ff4682a6b33dc48e6dafa6fa64c2 Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 25 Mar 2024 14:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=80=E6=9C=AF=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/help/page.jsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/help/page.jsx diff --git a/app/help/page.jsx b/app/help/page.jsx new file mode 100644 index 0000000..a06700b --- /dev/null +++ b/app/help/page.jsx @@ -0,0 +1,17 @@ +import React from "react"; +import Image from "next/image"; +import logo from "@/public/images/logo.png"; + +export default function Help() { + return ( +
+
+ +

+ 若对于产品存在任何疑问或需要技术支持,请发送邮件到: +

+

xinyidaole@outlook.com

+
+
+ ); +}