mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
Update home.tsx
This commit is contained in:
parent
7af9f26aae
commit
331214299e
@ -694,7 +694,7 @@ export function Home() {
|
|||||||
<h2>服务出了点问题~</h2>
|
<h2>服务出了点问题~</h2>
|
||||||
) : // 不在企业微信
|
) : // 不在企业微信
|
||||||
!isWorkWechat() ? (
|
!isWorkWechat() ? (
|
||||||
<h2 className={styles['not-wx-work']}>请在企业微信里使用ChatGPT,路径:企业微信--工作台--ChatGPT</h2>
|
<h2 className={styles['not-wx-work']}>请在企业微信里使用ChatGPT。路径:企业微信--工作台--ChatGPT</h2>
|
||||||
) : // 不在白名单
|
) : // 不在白名单
|
||||||
!isAllow ? (
|
!isAllow ? (
|
||||||
<h2 className={styles['not-allow']}>
|
<h2 className={styles['not-allow']}>
|
||||||
|
Loading…
Reference in New Issue
Block a user