브랜딩 — 타이틀 StationPlayer(스테이션 기반 동영상 플레이어)로 변경
- index.html <title>: abcvideo → StationPlayer — 스테이션 기반 동영상 플레이어 - App.tsx 좌측 패널 제목 동일 변경(사용자 수정분 포함) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&display=swap"
|
||||||
/>
|
/>
|
||||||
<title>abcvideo — 대용량 동영상 플레이어</title>
|
<title>StationPlayer — 스테이션 기반 동영상 플레이어</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
+2
-2
@@ -83,8 +83,8 @@ export default function App() {
|
|||||||
{SHOW_LEFT_PANEL && (
|
{SHOW_LEFT_PANEL && (
|
||||||
<div className="w-56 flex-shrink-0 bg-gray-900 border-r border-gray-800 flex flex-col">
|
<div className="w-56 flex-shrink-0 bg-gray-900 border-r border-gray-800 flex flex-col">
|
||||||
<div className="px-4 py-3 border-b border-gray-800">
|
<div className="px-4 py-3 border-b border-gray-800">
|
||||||
<h1 className="text-sm font-bold text-white">abcvideo</h1>
|
<h1 className="text-sm font-bold text-white">StationPlayer</h1>
|
||||||
<p className="text-xs text-gray-500">대용량 영상 플레이어</p>
|
<p className="text-xs text-gray-500">스테이션 기반 동영상 플레이어</p>
|
||||||
<p className="text-xs text-gray-600 mt-0.5">v1.0.0 · {new Date(__BUILD_TIME__).toLocaleString('ko-KR', { month:'2-digit', day:'2-digit', hour:'2-digit', minute:'2-digit' })}</p>
|
<p className="text-xs text-gray-600 mt-0.5">v1.0.0 · {new Date(__BUILD_TIME__).toLocaleString('ko-KR', { month:'2-digit', day:'2-digit', hour:'2-digit', minute:'2-digit' })}</p>
|
||||||
</div>
|
</div>
|
||||||
{/* 상단: 서버 영상 목록 */}
|
{/* 상단: 서버 영상 목록 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user