This commit is contained in:
2023-01-13 22:11:28 +08:00
parent 46fcccda35
commit d45783334d
41 changed files with 544 additions and 256 deletions

View File

@@ -212,16 +212,6 @@ export const DEAD_RESULTS = {
},
}
export const LANGUAGE_LABEL = {
C: "C",
"C++": "C++",
Java: "Java",
Python2: "Python2",
Python3: "Python",
JavaScript: "JS",
Golang: "Go",
}
export const LANGUAGE_VALUE = {
C: "c",
"C++": "cpp",