rename fiv to vic.imo

This commit is contained in:
luk.lu
2019-09-27 07:17:01 +08:00
parent ecbfd03599
commit 1f9a622346
6 changed files with 16 additions and 16 deletions

View File

@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
if (isLocalhost) {
return `${window.location.origin}${postfix}`
}
return `https://fiv.yuanjin.net/webapp/#${postfix}`;
return `https://vic.yuanjin.net/webapp/#${postfix}`;
}