parent
89ed1287a4
commit
42d6e1da63
|
|
@ -1,2 +1,8 @@
|
|||
# mkRadioStream
|
||||
|
||||
http://radio.mkaidevops.xyz/
|
||||
|
||||
참조 https://radio.bsod.kr/
|
||||
|
||||
chrome 주소친다음 앱추가로 바로 앱 생성
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>🎧 MK-Radio Player</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<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://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet" />
|
||||
|
|
@ -355,7 +356,7 @@
|
|||
// 새 카드 삽입
|
||||
$('#stream_decks').prepend(`
|
||||
<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-body text-center">
|
||||
<div class="fw-bold text-warning">최근 재생 방송</div>
|
||||
|
|
@ -364,7 +365,7 @@
|
|||
</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-body text-center">
|
||||
<div class="fw-bold text-dark">재생 중</div>
|
||||
Loading…
Reference in New Issue