删除注释行

This commit is contained in:
zhangchenguang01 2024-03-10 14:50:12 +08:00
parent 814eeb3154
commit a1c34da4a2
3 changed files with 1 additions and 4 deletions

View File

@ -117,7 +117,6 @@ export class ClientApi {
{ {
from: "human", from: "human",
value: value:
//"Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web",
"Share from [NextChat]: https://www.7li7li.cn", "Share from [NextChat]: https://www.7li7li.cn",
}, },
]); ]);

View File

@ -219,7 +219,6 @@ export function SideBar(props: { className?: string }) {
</div> </div>
<div className={styles["sidebar-action"]}> <div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank" rel="noopener noreferrer"> <a href={REPO_URL} target="_blank" rel="noopener noreferrer">
//<IconButton icon={<GithubIcon />} shadow />
<IconButton icon={<homeicon />} shadow /> <IconButton icon={<homeicon />} shadow />
</a> </a>
</div> </div>

View File

@ -8,7 +8,6 @@ const cn = {
Error: { Error: {
Unauthorized: isApp Unauthorized: isApp
? "检测到无效 API Key请前往[设置](/#/settings)页检查 API Key 是否配置正确。" ? "检测到无效 API Key请前往[设置](/#/settings)页检查 API Key 是否配置正确。"
//: "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。",
: "访问密码不正确或为空,请前往[登录](/#/auth)页或者在[设置](/#/settings)页输入正确的访问密码访问密码可在公众号“享生活爱羊毛”中回复关键词“gptcode”获取", : "访问密码不正确或为空,请前往[登录](/#/auth)页或者在[设置](/#/settings)页输入正确的访问密码访问密码可在公众号“享生活爱羊毛”中回复关键词“gptcode”获取",
}, },
Auth: { Auth: {