Compare commits

...

2 Commits

Author SHA1 Message Date
d09d4c5686
fix: 1c8b2f817c
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-20 14:43:40 +08:00
68e1893398
fix: nav url 2022-09-20 14:42:10 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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"
;; ;;