chore: update default nextweb link

This commit is contained in:
JustSong
2024-04-06 11:47:31 +08:00
parent 572fc9ffb8
commit acf8cb6248
3 changed files with 4 additions and 4 deletions

View File

@@ -319,7 +319,7 @@ const TokensTable = () => {
if (nextLink) {
nextUrl = nextLink + `/#/?settings={"key":"sk-${key}","url":"${serverAddress}"}`;
} else {
nextUrl = `https://chat.oneapi.pro/#/?settings={"key":"sk-${key}","url":"${serverAddress}"}`;
nextUrl = `https://app.nextchat.dev/#/?settings={"key":"sk-${key}","url":"${serverAddress}"}`;
}
let url;