This commit is contained in:
2025-09-16 10:01:05 +08:00
parent d209eb600e
commit 7ee8bef20c

View File

@@ -105,8 +105,8 @@ const difficultyOptions: SelectOption[] = [
]
const languageOptions = [
{ label: LANGUAGE_SHOW_VALUE["C"], value: "C" },
{ label: LANGUAGE_SHOW_VALUE["Python3"], value: "Python3" },
{ label: LANGUAGE_SHOW_VALUE["C"], value: "C" },
{ label: LANGUAGE_SHOW_VALUE["C++"], value: "C++" },
]