We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82042a commit 5d6dc47Copy full SHA for 5d6dc47
src/celemod-ui/src/routes/Multiplayer.tsx
@@ -57,7 +57,7 @@ export const Multiplayer = () => {
57
<p>{_i18n.t('你需要在 Celeste 群服论坛 注册一个账号')}</p>
58
<Button
59
onClick={() => {
60
- callRemote('open_url', 'https://celeste.centralteam.cn/');
+ callRemote('open_url', 'https://bbs.celemiao.com/');
61
}}
62
>
63
{_i18n.t('进入注册页')}
0 commit comments