mirror of
https://github.com/coaidev/coai.git
synced 2025-05-21 22:10:12 +09:00
update deeptrain url
This commit is contained in:
parent
5d5af3b976
commit
e9a85e4dfb
@ -7,7 +7,7 @@
|
||||
<title>Chat Nio</title>
|
||||
<meta name="keywords" content="ChatGPT, AI聊天, ChatNio, chatnio">
|
||||
<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 itemprop="image" content="https://chatnio.net/favicon.ico">
|
||||
<meta name="baidu-site-verification" content="codeva-TJkbi40ZBi" />
|
||||
|
@ -42,7 +42,7 @@ export const supportModelConvertor: Record<string, string> = {
|
||||
};
|
||||
|
||||
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;
|
||||
|
@ -72,7 +72,7 @@ function Package() {
|
||||
<Button
|
||||
variant={`default`}
|
||||
onClick={() =>
|
||||
window.open("https://deeptrain.lightxi.com/home/package")
|
||||
window.open("https://deeptrain.net/home/package")
|
||||
}
|
||||
>
|
||||
{t("pkg.go")}
|
||||
|
@ -213,7 +213,7 @@ function Quota() {
|
||||
});
|
||||
setTimeout(() => {
|
||||
window.open(
|
||||
"https://deeptrain.lightxi.com/home/wallet",
|
||||
"https://deeptrain.net/home/wallet",
|
||||
);
|
||||
}, 2000);
|
||||
}
|
||||
|
@ -76,7 +76,7 @@ async function callBuyAction(
|
||||
description: t("sub.failed-prompt"),
|
||||
});
|
||||
setTimeout(() => {
|
||||
window.open("https://deeptrain.lightxi.com/home/wallet");
|
||||
window.open("https://deeptrain.net/home/wallet");
|
||||
}, 2000);
|
||||
}
|
||||
return res.status;
|
||||
|
Loading…
Reference in New Issue
Block a user