mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
Update home.tsx
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user