feat: 移除测试数据
This commit is contained in:
parent
0f2ea7c1bf
commit
46acdb1d39
|
@ -655,7 +655,7 @@ export function Home() {
|
||||||
: styles.container
|
: styles.container
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{isWorkWechat() ? (
|
{!isWorkWechat() ? (
|
||||||
<h2 className="not-wx-work">请在企业微信里使用Gpt~</h2>
|
<h2 className="not-wx-work">请在企业微信里使用Gpt~</h2>
|
||||||
) : typeof isAllow === "boolean" && !isAllow ? (
|
) : typeof isAllow === "boolean" && !isAllow ? (
|
||||||
<h2 className="not-allow">
|
<h2 className="not-allow">
|
||||||
|
|
Loading…
Reference in New Issue