update deeptrain url

This commit is contained in:
Zhang Minghan 2023-10-16 16:53:59 +08:00
parent 5d5af3b976
commit e9a85e4dfb
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<title>Chat Nio</title> <title>Chat Nio</title>
<meta name="keywords" content="ChatGPT, AI聊天, ChatNio, chatnio"> <meta name="keywords" content="ChatGPT, AI聊天, ChatNio, chatnio">
<meta name="description" content="👋 Chat Nio, lightweight Web ChatGPT chat site 👋 Chat Nio, 一个轻量级的联网版 AI 聊天网站"> <meta name="description" content="👋 Chat Nio, lightweight Web ChatGPT chat site 👋 Chat Nio, 一个轻量级的联网版 AI 聊天网站">
<meta name="author" content="zmh-program"> <meta name="author" content="Deeptrain Team">
<meta name="theme-color" content="#000000"> <meta name="theme-color" content="#000000">
<meta itemprop="image" content="https://chatnio.net/favicon.ico"> <meta itemprop="image" content="https://chatnio.net/favicon.ico">
<meta name="baidu-site-verification" content="codeva-TJkbi40ZBi" /> <meta name="baidu-site-verification" content="codeva-TJkbi40ZBi" />

View File

@ -42,7 +42,7 @@ export const supportModelConvertor: Record<string, string> = {
}; };
export function login() { export function login() {
location.href = "https://deeptrain.lightxi.com/login?app=chatnio"; location.href = "https://deeptrain.net/login?app=chatnio";
} }
axios.defaults.baseURL = rest_api; axios.defaults.baseURL = rest_api;

View File

@ -72,7 +72,7 @@ function Package() {
<Button <Button
variant={`default`} variant={`default`}
onClick={() => onClick={() =>
window.open("https://deeptrain.lightxi.com/home/package") window.open("https://deeptrain.net/home/package")
} }
> >
{t("pkg.go")} {t("pkg.go")}

View File

@ -213,7 +213,7 @@ function Quota() {
}); });
setTimeout(() => { setTimeout(() => {
window.open( window.open(
"https://deeptrain.lightxi.com/home/wallet", "https://deeptrain.net/home/wallet",
); );
}, 2000); }, 2000);
} }

View File

@ -76,7 +76,7 @@ async function callBuyAction(
description: t("sub.failed-prompt"), description: t("sub.failed-prompt"),
}); });
setTimeout(() => { setTimeout(() => {
window.open("https://deeptrain.lightxi.com/home/wallet"); window.open("https://deeptrain.net/home/wallet");
}, 2000); }, 2000);
} }
return res.status; return res.status;