From 46d3f73614a65bae8fa0cd4c760c2d0335c5491a Mon Sep 17 00:00:00 2001 From: an-lee Date: Tue, 22 Oct 2024 06:45:13 +0800 Subject: [PATCH] fix constant download url --- enjoy/src/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enjoy/src/constants/index.ts b/enjoy/src/constants/index.ts index 50bb6a5b..e8334250 100644 --- a/enjoy/src/constants/index.ts +++ b/enjoy/src/constants/index.ts @@ -34,7 +34,7 @@ export const AI_WORKER_ENDPOINT = "https://ai-worker.enjoy.bot"; export const WEB_API_URL = "https://enjoy.bot"; export const WS_URL = "wss://enjoy.bot"; -export const DOWNLOAD_URL = "https://1000h.org/enjoy-app/download.html"; +export const DOWNLOAD_URL = "https://1000h.org/enjoy-app/install.html"; export const REPO_URL = "https://github.com/zuodaotech/everyone-can-use-english";