diff --git a/config.ts b/config.ts index 37eafea..7ff01f9 100644 --- a/config.ts +++ b/config.ts @@ -11,7 +11,7 @@ export const window = { }; export const api = { - ws: 'ws://212.109.221.239:1370/ws', - web: 'http://212.109.221.239:1370', + ws: 'ws://127.0.0.1:1370/ws', + web: 'http://127.0.0.1:1370', // extraToken: token, }; diff --git a/src/renderer/runtime/components/TitleBar/states.ts b/src/renderer/runtime/components/TitleBar/states.ts index 406621d..4593ff3 100644 --- a/src/renderer/runtime/components/TitleBar/states.ts +++ b/src/renderer/runtime/components/TitleBar/states.ts @@ -11,7 +11,7 @@ export const titlebarTitle = atom({ key: 'titlebar.title', default: { show: true, - text: 'AuroraLauncher v0.0.4-beta', + text: 'AuroraLauncher v0.0.4-rc.2', }, });