Update home.tsx

This commit is contained in:
dockersky 2023-04-02 19:44:13 +08:00 committed by GitHub
parent 6be225bcde
commit 23ea77e047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -678,7 +678,8 @@ const isWorkWechat = () => {
}`} }`}
> >
{!isWorkWechat() ? ( {!isWorkWechat() ? (
<h2 className="not-wx-work">使Gpt~</h2> <h2 className="not-wx-work">使ChatGPT</h2>
<h2 className="not-wx-work">-->ChatGPT</h2>
) : typeof isAllow === "boolean" && !isAllow ? ( ) : typeof isAllow === "boolean" && !isAllow ? (
<h2 className="not-allow"> <h2 className="not-allow">
<span className="text">使Gpt~</span> <span className="text">使Gpt~</span>