fix(scheduling): change 辆 to 干预 in suggestion list
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
kkfluous
2026-04-16 21:57:35 +08:00
parent 75f0aca5d1
commit fb89c9beed

View File

@@ -64,8 +64,7 @@ export default function SuggestionList({ suggestions, onSelect }: Props) {
{/* Right */}
<div className="flex items-center gap-1 flex-shrink-0">
<span className="text-xs font-bold text-blue-600">{s.candidates.length}</span>
<span className="text-[9px] text-slate-400"></span>
<span className="text-[9px] text-slate-400"></span>
<ChevronRight size={14} className="text-slate-300" />
</div>
</motion.div>