fix constant download url

This commit is contained in:
an-lee
2024-10-22 06:45:13 +08:00
parent 77e029764e
commit 46d3f73614

View File

@@ -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";