mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ const menuItems = [
|
|||||||
|
|
||||||
const isLoggedIn = computed(() => !!authToken.value);
|
const isLoggedIn = computed(() => !!authToken.value);
|
||||||
|
|
||||||
// 🟢 [NEW] 헤더 상태에 따른 터미널 UI 텍스트 변환
|
// 🟢 헤더 상태에 따른 터미널 UI 텍스트 변환
|
||||||
const currentServerSourceDisplay = computed(() => {
|
const currentServerSourceDisplay = computed(() => {
|
||||||
if (currentServerSource.value === 'firebase_night') {
|
if (currentServerSource.value === 'firebase_night') {
|
||||||
return 'HOST: FIREBASE (NIGHT)';
|
return 'HOST: FIREBASE (NIGHT)';
|
||||||
|
|||||||
Reference in New Issue
Block a user