From 76a2ab4984c6b4cc967a6f919f81b3ca42524dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=9C=EC=84=B1=EC=9D=BC?= Date: Wed, 15 Jul 2026 16:26:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EB=94=A9=20=E2=80=94=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=20StationPlayer(=EC=8A=A4=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EA=B8=B0=EB=B0=98=20=EB=8F=99=EC=98=81?= =?UTF-8?q?=EC=83=81=20=ED=94=8C=EB=A0=88=EC=9D=B4=EC=96=B4)=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - index.html : abcvideo → StationPlayer — 스테이션 기반 동영상 플레이어 - App.tsx 좌측 패널 제목 동일 변경(사용자 수정분 포함) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --- client/index.html | 2 +- client/src/App.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/index.html b/client/index.html index a5ae676..48f34ee 100644 --- a/client/index.html +++ b/client/index.html @@ -10,7 +10,7 @@ rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&display=swap" /> - <title>abcvideo — 대용량 동영상 플레이어 + StationPlayer — 스테이션 기반 동영상 플레이어
diff --git a/client/src/App.tsx b/client/src/App.tsx index f51abb2..8cafa50 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -83,8 +83,8 @@ export default function App() { {SHOW_LEFT_PANEL && (
-

abcvideo

-

대용량 영상 플레이어

+

StationPlayer

+

스테이션 기반 동영상 플레이어

v1.0.0 · {new Date(__BUILD_TIME__).toLocaleString('ko-KR', { month:'2-digit', day:'2-digit', hour:'2-digit', minute:'2-digit' })}

{/* 상단: 서버 영상 목록 */}