서버연동
html 로 정리
This commit is contained in:
Super User 2026-02-16 14:45:30 +09:00
parent 89ed1287a4
commit 42d6e1da63
3 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1,8 @@
# mkRadioStream # mkRadioStream
http://radio.mkaidevops.xyz/
참조 https://radio.bsod.kr/
chrome 주소친다음 앱추가로 바로 앱 생성

BIN
html/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

5
radio_stream/index.html → html/index.html Normal file → Executable file
View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>🎧 MK-Radio Player</title> <title>🎧 MK-Radio Player</title>
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet" /> <link href="https://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet" />
@ -355,7 +356,7 @@
// 새 카드 삽입 // 새 카드 삽입
$('#stream_decks').prepend(` $('#stream_decks').prepend(`
<div class="row recent-card"> <div class="row recent-card">
<div class="col-6"> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<div class="card radio-sta border border-warning mb-3" data-value="${recent.title},${recent.query}"> <div class="card radio-sta border border-warning mb-3" data-value="${recent.title},${recent.query}">
<div class="card-body text-center"> <div class="card-body text-center">
<div class="fw-bold text-warning">최근 재생 방송</div> <div class="fw-bold text-warning">최근 재생 방송</div>
@ -364,7 +365,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-6"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="card radio-sta border border-warning mb-3"> <div class="card radio-sta border border-warning mb-3">
<div class="card-body text-center"> <div class="card-body text-center">
<div class="fw-bold text-dark">재생 중</div> <div class="fw-bold text-dark">재생 중</div>