From d34183c63953453e591eab60dda3328bc0ba494d Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sat, 6 Sep 2025 12:45:40 +0800 Subject: [PATCH] add CPP --- src/admin/problem/detail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/admin/problem/detail.vue b/src/admin/problem/detail.vue index 252ca37..b9d9846 100644 --- a/src/admin/problem/detail.vue +++ b/src/admin/problem/detail.vue @@ -107,6 +107,7 @@ 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++" }, ] const tagOptions = computed(() =>