Skip to content

Commit

Permalink
[Fix] JudgeServerAbout Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Jul 12, 2021
1 parent d5d691b commit eaeb7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/oj/views/help/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<div class="content markdown-body">
<ul>
<li v-for="lang in languages">{{lang.name}} ( {{lang.description}} )
<pre>{{lang.config.compile.compile_command}}</pre>
<pre v-if="lang.config.compile">{{lang.config.compile.compile_command}}</pre>
<pre v-else>{{lang.config.run.command}}</pre>
</li>
</ul>
</div>
Expand Down

0 comments on commit eaeb7b9

Please sign in to comment.