feat: 本次提交更新内容如下

初级语法告警
This commit is contained in:
笔记本里的永平
2025-07-08 10:22:34 +08:00
parent 577381bc34
commit 567c0ad548
12 changed files with 47 additions and 49 deletions

View File

@@ -193,18 +193,18 @@ export default function MomentsSync() {
}
};
const getStatusIcon = (status: string) => {
switch (status) {
case 'running':
return <CheckCircle className="h-4 w-4 text-green-500" />;
case 'paused':
return <XCircle className="h-4 w-4 text-gray-500" />;
case 'completed':
return <CheckCircle className="h-4 w-4 text-blue-500" />;
default:
return <XCircle className="h-4 w-4 text-gray-500" />;
}
};
// const getStatusIcon = (status: string) => {
// switch (status) {
// case 'running':
// return <CheckCircle className="h-4 w-4 text-green-500" />;
// case 'paused':
// return <XCircle className="h-4 w-4 text-gray-500" />;
// case 'completed':
// return <CheckCircle className="h-4 w-4 text-blue-500" />;
// default:
// return <XCircle className="h-4 w-4 text-gray-500" />;
// }
// };
return (
<Layout