fix web status
All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 2m39s

This commit is contained in:
zyc 2026-02-24 15:16:47 +08:00
parent 9a347d7929
commit bc63d580ac

View File

@ -3,8 +3,7 @@ import { Link, useSearchParams } from 'react-router-dom';
import { getBugs, getProjects, type ErrorLog, type Project } from '../api';
const STATUSES = [
'NEW', 'VERIFYING', 'CANNOT_REPRODUCE', 'PENDING_FIX',
'FIXING', 'FIXED', 'VERIFIED', 'DEPLOYED', 'FIX_FAILED'
'NEW', 'CANNOT_REPRODUCE', 'FIXING', 'FIXED', 'FIX_FAILED'
];
const SOURCE_LABELS: Record<string, string> = {