find($id); if (!$row || (int)$row['sh'] !== 1) { echo '
找不到這部作品,或它目前未公開顯示。
'; echo ''; return; } $typeLabels = [ 'variety' => '綜藝', 'drama' => '戲劇', ]; $statusLabels = [ 'want' => '想看', 'watching' => '追劇中', 'done' => '已追完', 'paused' => '暫停', 'dropped' => '棄劇', ]; $typeText = $typeLabels[$row['type']] ?? $row['type']; $statusText = $statusLabels[$row['status']] ?? $row['status']; ?>= nl2br(htmlspecialchars($row['intro'], ENT_QUOTES, 'UTF-8')) ?>
觀看進度:第 = (int)$row['current_season'] ?> 季|第 = (int)$row['current_episode'] ?> 集 |= htmlspecialchars($row['current_position'], ENT_QUOTES, 'UTF-8') ?>
= htmlspecialchars($row['progress_note'], ENT_QUOTES, 'UTF-8') ?>
狀態:= htmlspecialchars($statusText, ENT_QUOTES, 'UTF-8') ?> · 評分:= htmlspecialchars($row['rating'], ENT_QUOTES, 'UTF-8') ?>
= nl2br(htmlspecialchars($row['note'], ENT_QUOTES, 'UTF-8')) ?>