mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-23 19:38:41 +00:00
Compare commits
2 Commits
1c8b2f817c
...
d09d4c5686
Author | SHA1 | Date | |
---|---|---|---|
d09d4c5686 | |||
68e1893398 |
@ -1,5 +1,5 @@
|
|||||||
<div class="navbar navbar-light navbar-expand-md bg-light mb-4" role="navigation">
|
<div class="navbar navbar-light navbar-expand-md bg-light mb-4" role="navigation">
|
||||||
<a class="navbar-brand" href="<?= HTML::url('/') ?>"><?= UOJConfig::$data['profile']['oj-name-short'] ?></a>
|
<a class="navbar-brand" href="/"><?= UOJConfig::$data['profile']['oj-name-short'] ?></a>
|
||||||
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
@ -126,6 +126,7 @@ while [ $# -gt 0 ]; do
|
|||||||
-d | --docker-init)
|
-d | --docker-init)
|
||||||
echo 'Initing UOJ System web for docker...'
|
echo 'Initing UOJ System web for docker...'
|
||||||
dockerInitProgress
|
dockerInitProgress
|
||||||
|
;;
|
||||||
-? | --*)
|
-? | --*)
|
||||||
echo "Illegal option $1"
|
echo "Illegal option $1"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user