Skip to content

Commit

Permalink
Update study_detail_data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
daizeyao committed Mar 22, 2024
1 parent 2e3ded8 commit 4688c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/OJ/template/hznu/study_detail_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
$tagfa['迭代'] = '循环结构';
$tagfa['枚举'] = '循环结构';

$tagfa['基础输入输出'] = 'HelloWorld';
$tagfa['转义字符'] = 'HelloWorld';
$tagfa['基础输入输出'] = 'HelloWorld!';
$tagfa['转义字符'] = 'HelloWorld!';
$tagfa['整型'] = '基础数据类型';
$tagfa['浮点型'] = '基础数据类型';
$tagfa['字符型'] = '基础数据类型';
Expand Down Expand Up @@ -856,4 +856,4 @@
},
},
];
</script>
</script>

0 comments on commit 4688c5f

Please sign in to comment.