更改圖片
修正BUG 手機點歌-歌手點歌失敗(無法成功點歌)
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 486 KiB |
Before Width: | Height: | Size: 552 KiB |
Before Width: | Height: | Size: 662 KiB |
Before Width: | Height: | Size: 720 KiB |
Before Width: | Height: | Size: 462 KiB |
Before Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 568 KiB |
Before Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 522 KiB |
Before Width: | Height: | Size: 463 KiB |
Before Width: | Height: | Size: 607 KiB |
Before Width: | Height: | Size: 591 KiB |
Before Width: | Height: | Size: 722 KiB |
Before Width: | Height: | Size: 639 KiB |
BIN
bin/foods/選單內介面_美味菜單.jpg
Normal file
After Width: | Height: | Size: 333 KiB |
Before Width: | Height: | Size: 674 KiB |
Before Width: | Height: | Size: 482 KiB |
Before Width: | Height: | Size: 470 KiB |
Before Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 368 KiB |
Before Width: | Height: | Size: 434 KiB |
Before Width: | Height: | Size: 309 KiB |
Before Width: | Height: | Size: 333 KiB |
Before Width: | Height: | Size: 528 KiB |
Before Width: | Height: | Size: 546 KiB |
Before Width: | Height: | Size: 709 KiB |
Before Width: | Height: | Size: 456 KiB |
Before Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 398 KiB |
BIN
bin/news/選單內介面_優惠活動.jpg
Normal file
After Width: | Height: | Size: 182 KiB |
@ -14,5 +14,5 @@ Filter: LAV Splitter
|
||||
Pin: Input
|
||||
Pin: Video
|
||||
Pin: Audio
|
||||
Filter: C:\video\welcome.mpg
|
||||
Filter: C:\video\BGM01.mpg
|
||||
Pin: Output
|
||||
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 19 KiB |
@ -95,7 +95,7 @@
|
||||
|
||||
<!-- Add Banner -->
|
||||
<div class="banner">
|
||||
<img src="手機點歌/BANNER-13.png" alt="超級巨星 Banner">
|
||||
<img src="手機點歌/BANNER-13.png" alt="金麗都 Banner">
|
||||
</div>
|
||||
|
||||
<div class="menu-toggle">
|
||||
|
@ -157,7 +157,7 @@
|
||||
|
||||
<!-- Add Banner -->
|
||||
<div class="banner">
|
||||
<img src="手機點歌/BANNER-14.png" alt="超級巨星 Banner">
|
||||
<img src="手機點歌/BANNER-14.png" alt="金麗都 Banner">
|
||||
</div>
|
||||
|
||||
<div class="menu-toggle">
|
||||
|
@ -271,7 +271,7 @@
|
||||
|
||||
<!-- Add Banner -->
|
||||
<div class="banner">
|
||||
<img src="手機點歌/BANNER-05.png" alt="超級巨星 Banner">
|
||||
<img src="手機點歌/BANNER-05.png" alt="金麗都 Banner">
|
||||
</div>
|
||||
|
||||
<div class="menu-toggle">
|
||||
@ -388,12 +388,15 @@
|
||||
const song = {
|
||||
Song: row.cells[0].textContent,
|
||||
ArtistA: row.cells[1].textContent,
|
||||
Category: row.cells[2].textContent
|
||||
Category: row.cells[2].textContent,
|
||||
SongNumber: row.cells[3].textContent,
|
||||
SongFilePathHost1: row.cells[4].textContent,
|
||||
SongFilePathHost2: row.cells[5].textContent
|
||||
};
|
||||
|
||||
window.selectedSong = song;
|
||||
document.getElementById('detail-song-name').textContent = song.Song;
|
||||
document.getElementById('detail-song-number').textContent = song.SongNumber || '';
|
||||
document.getElementById('detail-song-number').textContent = song.SongNumber;
|
||||
document.getElementById('detail-singer').textContent = song.ArtistA;
|
||||
document.getElementById('detail-language').textContent = song.Category;
|
||||
|
||||
@ -541,6 +544,9 @@
|
||||
<td>${song.Song}</td>
|
||||
<td>${song.ArtistA}</td>
|
||||
<td>${song.Category}</td>
|
||||
<td>${song.SongNumber}</td>
|
||||
<td style="display:none;">${song.SongFilePathHost1}</td>
|
||||
<td style="display:none;">${song.SongFilePathHost2}</td>
|
||||
`;
|
||||
row.addEventListener('click', function(e) {
|
||||
e.preventDefault();
|
||||
@ -548,7 +554,7 @@
|
||||
window.selectedSong = song;
|
||||
|
||||
document.getElementById('detail-song-name').textContent = song.Song;
|
||||
document.getElementById('detail-song-number').textContent = song.SongNumber || '';
|
||||
document.getElementById('detail-song-number').textContent = song.SongNumber;
|
||||
document.getElementById('detail-singer').textContent = song.ArtistA;
|
||||
document.getElementById('detail-language').textContent = song.Category;
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
margin: 20px;
|
||||
}
|
||||
.header {
|
||||
background: #D32F2F;
|
||||
background: #FFA500;
|
||||
padding: 10px 0;
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
@ -136,7 +136,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="header">超級巨星 自助式KTV</div>
|
||||
<div class="header">金麗都 自助式KTV</div>
|
||||
|
||||
<!-- Add Banner -->
|
||||
<div class="banner">
|
||||
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 579 KiB After Width: | Height: | Size: 525 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 440 KiB After Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 174 KiB |