改名 *.github.io 为 *.yuanjin.net 以避免在微信中打开网页时的“非官方”警告。

This commit is contained in:
luk.lu
2019-09-09 16:14:18 +08:00
parent d9fdb63919
commit fd1339deff
2 changed files with 4 additions and 4 deletions

View File

@@ -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}`;
}