mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update home.tsx
This commit is contained in:
parent
2ac119d014
commit
304e6f6385
@ -696,7 +696,7 @@ export function Home() {
|
||||
<h2>服务出了点问题~</h2>
|
||||
) : // 不在企业微信
|
||||
!isWorkWechat() ? (
|
||||
<h2 className="not-wx-work">请在企业微信里使用ChatGPT,路径:企业微信-->工作台-->ChatGPT</h2>
|
||||
<h2 className="not-wx-work">请在企业微信里使用ChatGPT,路径:企业微信--工作台--ChatGPT</h2>
|
||||
) : // 不在白名单
|
||||
!isAllow ? (
|
||||
<h2 className="not-allow">
|
||||
|
Loading…
Reference in New Issue
Block a user