Update home.tsx
This commit is contained in:
parent
23ea77e047
commit
0e58843896
|
@ -679,7 +679,6 @@ const isWorkWechat = () => {
|
||||||
>
|
>
|
||||||
{!isWorkWechat() ? (
|
{!isWorkWechat() ? (
|
||||||
<h2 className="not-wx-work">请在企业微信里使用ChatGPT</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