修改源码模板路径
This commit is contained in:
6
template/src/oj/problem/_problem_header.html
Normal file
6
template/src/oj/problem/_problem_header.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h2 class="text-center">{{ problem.title }}</h2>
|
||||
|
||||
<p class="text-muted text-center">发布时间 : {{ problem.create_time }}
|
||||
时间限制 : {{ problem.time_limit }}ms
|
||||
内存限制 : {{ problem.memory_limit }}M
|
||||
</p>
|
||||
Reference in New Issue
Block a user