update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-12 15:18:47 +08:00
parent f06b7313b0
commit 4335ffb1e1
9 changed files with 31 additions and 82 deletions

View File

@@ -177,7 +177,7 @@ export const LANGUAGE_FORMAT_VALUE = {
} as const
export const LANGUAGE_SHOW_VALUE = {
C: "C",
C: "C语言",
"C++": "C++",
Java: "Java",
Python2: "Python",
@@ -186,6 +186,17 @@ export const LANGUAGE_SHOW_VALUE = {
Golang: "Go",
} as const
export const ICON_SET = {
Flowchart: "material-symbols:flowchart",
Python2: "devicon:python",
Python3: "devicon:python",
C: "devicon:c",
"C++": "devicon:cplusplus",
Java: "devicon:java",
JavaScript: "devicon:javascript",
Golang: "devicon:go",
} as const
const cTemplate = `//TEMPLATE BEGIN
#include <stdio.h>