"use client"; import React from "react"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faAngleLeft, faAngleRight, faEye, faHandshakeSimple, } from "@fortawesome/free-solid-svg-icons"; import { useRouter } from "next/navigation"; import OwnIcon from "@/components/OwnIcon"; export default function AboutUs() { const router = useRouter(); return (
{ router.back(); }} />

关于我们

{/* 内容 */}
  • router.push( `/webView/${encodeURIComponent( `${process.env.NEXT_PUBLIC_WEB_URL}/doc/useragreement` )}` ) } >
    用户协议
  • router.push( `/webView/${encodeURIComponent( `${process.env.NEXT_PUBLIC_WEB_URL}/doc/privatypolicy` )}` ) } >
    隐私政策
); }