refactor axios.

This commit is contained in:
2023-01-08 14:42:54 +08:00
parent 7bea386dbc
commit e306e6b463
16 changed files with 270 additions and 113 deletions

View File

@@ -196,8 +196,6 @@ export const LANGUAGE_LABEL = {
Golang: "Go",
}
export type LANGUAGE = keyof typeof LANGUAGE_LABEL
export const LANGUAGE_VALUE = {
C: "c",
"C++": "cpp",