Skip to content

Commit

Permalink
update deeptrain url
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Oct 16, 2023
1 parent 5d5af3b commit e9a85e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/Package.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/Quota.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function Quota() {
});
setTimeout(() => {
window.open(
"https://deeptrain.lightxi.com/home/wallet",
"https://deeptrain.net/home/wallet",
);
}, 2000);
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/Subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e9a85e4

Please sign in to comment.