@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user