From 3fa3da537810775ea2ba1078ffbf3706a98d8c4c Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Wed, 3 Jun 2026 16:00:16 +0800 Subject: [PATCH] chore(play): remove session-id readout and decorative footer mark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The session-id slice shown in the play header was an opaque timestamp that reads as noise to players. The footer's "Ⅰ · Ⅰ" was a leftover decorative mark after its sibling controls were moved above the canvas. Co-Authored-By: Claude Opus 4.7 --- app/play/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/play/page.tsx b/app/play/page.tsx index 90a1856..443bc3f 100644 --- a/app/play/page.tsx +++ b/app/play/page.tsx @@ -938,10 +938,6 @@ function PlayInner() { 第 · {String(sceneCount).padStart(3, "0")} · 幕 · {String(beatCount).padStart(3, "0")} · 拍 - · - - {session?.id.slice(2, 14) ?? "—"} - @@ -999,11 +995,6 @@ function PlayInner() { )} - - ); }