const HOUR_LABELS: [&str; 24];
小时/分钟选项标签表(“00”–“23” / “00”–“59”)。 静态表避免每次渲染堆分配;FormSelect 选项标签要求 &'static str。
&'static str