From eada0a6f795027cd8ae38e2db440948f404fb9ff Mon Sep 17 00:00:00 2001 From: tangjiang <465264938@qq.com> Date: Mon, 30 Dec 2019 09:21:01 +0800 Subject: [PATCH] update edit page --- public/react/src/constants/index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/react/src/constants/index.js b/public/react/src/constants/index.js index 3e7aceab0..c0e6074fc 100644 --- a/public/react/src/constants/index.js +++ b/public/react/src/constants/index.js @@ -3,8 +3,8 @@ * @Author: tangjiang * @Github: * @Date: 2019-11-20 23:10:48 - * @LastEditors: tangjiang - * @LastEditTime: 2019-12-06 15:53:27 + * @LastEditors : tangjiang + * @LastEditTime : 2019-12-30 09:19:52 */ const CONST = { jcLabel: { @@ -12,9 +12,10 @@ const CONST = { language: '编程语言', description: '描述', difficult: '难易度', - category: '分类', + category: '课程', openOrNot: '公开程序', - timeLimit: '时间限制' + timeLimit: '时间限制', + // knowledge: '知识点' }, fontSetting: { title: '代码格式',