Skip to content

Commit 5130e4c

Browse files
优化启动
1 parent 49c4f21 commit 5130e4c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/frontend/src/utils/styleUtils.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ import {
234234
Zap,
235235
ZoomIn,
236236
ZoomOut,
237+
LandPlot
237238
} from "lucide-react";
238239
import { FaApple, FaDiscord, FaGithub } from "react-icons/fa";
239240
import { AWSIcon } from "../icons/AWS";
@@ -519,6 +520,7 @@ export const SIDEBAR_CATEGORIES = [
519520
{ display_name: "Tools", name: "tools", icon: "Hammer" },
520521
{ display_name: "Logic", name: "logic", icon: "ArrowRightLeft" },
521522
{ display_name: "Helpers", name: "helpers", icon: "Wand2" },
523+
{ display_name: "DDCoder", name: "ddcoder", icon: "Wand2" },
522524
];
523525

524526
export const SIDEBAR_BUNDLES = [
@@ -577,7 +579,7 @@ export const categoryIcons = {
577579
toolkits: Package2,
578580
tools: Hammer,
579581
custom: Edit,
580-
custom_components: GradientInfinity,
582+
custom_components: GradientInfinity
581583
};
582584

583585
export const nodeIconsLucide: iconsType = {
@@ -973,5 +975,5 @@ export const nodeIconsLucide: iconsType = {
973975
ScrapeGraphSmartScraperApi: ScrapeGraph,
974976
ScrapeGraphMarkdownifyApi: ScrapeGraph,
975977
DollarSign,
976-
BookOpenText,
978+
BookOpenText
977979
};

src/frontend/start-frontend.sh

-1
This file was deleted.

0 commit comments

Comments
 (0)