From fd1339deffaf2b8d6eff0b958c4c023996b5904b Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Mon, 9 Sep 2019 16:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D=20*.github.io=20=E4=B8=BA=20?= =?UTF-8?q?*.yuanjin.net=20=E4=BB=A5=E9=81=BF=E5=85=8D=E5=9C=A8=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E4=B8=AD=E6=89=93=E5=BC=80=E7=BD=91=E9=A1=B5=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E2=80=9C=E9=9D=9E=E5=AE=98=E6=96=B9=E2=80=9D=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 6 +++--- src/pages/invite/service.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.ts b/src/config.ts index 1a05106..9b04a3b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -9,9 +9,9 @@ export default { ], baseURL: 'https://server.fiv.tacever.org/v1', // baseURL: 'http://yapi.faronear.org/mock/20/v1', - linkAndroid: 'https://fivhome.github.io/app/fiv.apk', - linkIOS: 'https://fivapp.github.io', - linkWeb: 'https://fivapp.github.io', + linkAndroid: 'https://fivhome.yuanjin.net/app/fiv.apk', + linkIOS: 'https://fivapp.yuanjin.net', + linkWeb: 'https://fivapp.yuanjin.net', linkTelegram: 'https://t.me/fivhome', linkEmail: 'team-fiv@outlook.com', }; diff --git a/src/pages/invite/service.ts b/src/pages/invite/service.ts index 87a4b50..0078bb4 100644 --- a/src/pages/invite/service.ts +++ b/src/pages/invite/service.ts @@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string { if (isLocalhost) { return `${window.location.origin}${postfix}` } - return `https://fivapp.github.io/#${postfix}`; + return `https://fivapp.yuanjin.net/#${postfix}`; }