update: replace Icon with lucide-react

This commit is contained in:
tao.chen
2026-08-25 09:59:59 +08:00
parent fbb4cc0f1b
commit 97c8fe212b
7 changed files with 58 additions and 39 deletions
@@ -1,5 +1,5 @@
import { type Schedule, type CronPreview } from "../../services/api";
import Icon from "../../components/common/Icon";
import { Settings } from "lucide-react";
import { formatTime } from "./utils";
type ScheduleForm = {
@@ -33,7 +33,7 @@ export function ScheduleInspector({
if (!schedule) {
return (
<div className="flex min-h-full flex-col items-center justify-center p-[30px] text-center text-[#9aa8b6] [&>svg]:mb-[10px] [&>svg]:text-[#93b4d6]">
<Icon name="settings" size={28} />
<Settings size={28} />
<strong className="text-[14px] text-[#516a82]"></strong>
<p className="text-[11px] leading-[1.6]">
Cron