Use i18n for DISCOVERY

This commit is contained in:
fishshi
2024-12-10 15:56:04 +08:00
parent 83cea3a90d
commit 93c5320bf2
4 changed files with 14 additions and 14 deletions

View File

@@ -560,11 +560,6 @@ export const internalAllowedWebDavEndpoints = [
];
export const DEFAULT_GA_ID = "G-89WN60ZK2E";
export const PLUGINS = [
{ name: "Plugins", path: Path.Plugins },
{ name: "Stable Diffusion", path: Path.Sd },
{ name: "Search Chat", path: Path.SearchChat },
];
export const SAAS_CHAT_URL = "https://nextchat.dev/chat";
export const SAAS_CHAT_UTM_URL = "https://nextchat.dev/chat?utm=github";