Update home.tsx
This commit is contained in:
parent
6be225bcde
commit
23ea77e047
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue