代码克隆检测-检测语言类型
This commit is contained in:
parent
ae3bb79ac4
commit
0c02ce33a9
|
|
@ -10,8 +10,8 @@ function CheckModal(props){
|
|||
const { getFieldDecorator, validateFields , setFieldsValue } = props && props.form;
|
||||
const { visible , onCancel , owner, projectsId } = props;
|
||||
const [ loading , setLoading ] = useState(false);
|
||||
|
||||
const [ language , setLanguage ] = useState(["C","Java","Python","C#","C++","PHP","Ruby","Swift","JavaScript","TypeScript","Lisp","Pascal"])
|
||||
// C、Java、Python、C#、PHP、Ruby、Swift -------------------暂不支持:"C++","JavaScript","TypeScript","Lisp","Pascal"
|
||||
const [ language , setLanguage ] = useState(["C","Java","Python","C#","PHP","Ruby","Swift"])
|
||||
|
||||
function beginFunc(){
|
||||
validateFields((error,values)=>{
|
||||
|
|
|
|||
Loading…
Reference in New Issue