Merge pull request #5920 from fishshi/i18n

Use i18n for DISCOVERY
This commit is contained in:
RiverRay
2024-12-28 22:05:37 +08:00
committed by GitHub
4 changed files with 14 additions and 14 deletions

View File

@@ -597,11 +597,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";