Skip to content

Commit 48dd0d2

Browse files
Merge branch 'master' of https://github.com/MicroCBer/CeleMod
2 parents 9783a89 + 5d6dc47 commit 48dd0d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/celemod-ui/src/context/blacklist.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const createBlacklistContext = () => {
2020
console.log('switch to profile', name);
2121
callRemote('apply_blacklist_profile', gamePath, name, JSON.stringify(alwaysOnMods));
2222
setCurrentProfileName(name);
23+
setCurrentProfile(profiles.find(p => p.name === name) || profiles[0]);
2324
},
2425
}
2526

src/celemod-ui/src/routes/Multiplayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Multiplayer = () => {
5757
<p>{_i18n.t('你需要在 Celeste 群服论坛 注册一个账号')}</p>
5858
<Button
5959
onClick={() => {
60-
callRemote('open_url', 'https://celeste.centralteam.cn/');
60+
callRemote('open_url', 'https://bbs.celemiao.com/');
6161
}}
6262
>
6363
{_i18n.t('进入注册页')}

0 commit comments

Comments
 (0)