mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
fix error
This commit is contained in:
parent
4856d58df5
commit
82645cfd46
@ -254,15 +254,15 @@ export function SideBar(props: { className?: string }) {
|
|||||||
if (lange === "en") {
|
if (lange === "en") {
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
{" "}
|
|
||||||
Choose Your Own Assistant
|
Choose Your Own Assistant
|
||||||
<br /> <br />
|
<br />
|
||||||
{/* eslint-disable-next-line react/no-unescaped-entities */}
|
<br />
|
||||||
1. Sometimes it might act up a bit. Click <b>New Chat</b> below to try
|
1. Sometimes it might act up a bit. Click <b>New Chat</b> below to try
|
||||||
again. <br /> 2. For drawing: Generate images with the format "/mj
|
again. <br />{" "}
|
||||||
prompt" (you can look up tools or methods for using MidJourney
|
{
|
||||||
prompts). <br /> 3. If you find it helpful, consider buying the author
|
'2. For drawing: Generate images with the format "/mj prompt" (you can look up tools or methods for using MidJourney prompts). '
|
||||||
a coffee.
|
}
|
||||||
|
<br /> 3. If you find it helpful, consider buying the author a coffee.
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -273,8 +273,8 @@ export function SideBar(props: { className?: string }) {
|
|||||||
<br />
|
<br />
|
||||||
1. 有时可能会<b>抽风</b>,点击下方<b>新的聊天</b>试一下吧
|
1. 有时可能会<b>抽风</b>,点击下方<b>新的聊天</b>试一下吧
|
||||||
<br />
|
<br />
|
||||||
2. 绘图:“/mj 提示词”
|
2. 绘图:“/mj
|
||||||
的格式生成图片(可以搜一下midjourney的提示词工具或使用方法)
|
提示词”的格式生成图片(可以搜一下midjourney的提示词工具或使用方法)
|
||||||
<br />
|
<br />
|
||||||
3. 如果觉得还不错,可以给作者赏杯咖啡
|
3. 如果觉得还不错,可以给作者赏杯咖啡
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user