From 82210ac3e18d0e6ebdb1f07d5cdbdf90042f3256 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 12 Apr 2026 06:17:06 -0600 Subject: [PATCH] update --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7436a72..6fb0cad 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -191,7 +191,7 @@ export const LANGUAGE_SHOW_VALUE = { } as const export const ICON_SET = { - Flowchart: "streamline-freehand-color:programming-flowchart", + Flowchart: "vscode-icons:file-type-drawio", Python2: "devicon:python", Python3: "devicon:python", C: "devicon:c",