~~ssh~~ https auto update

This commit is contained in:
lhy6305 2024-09-21 22:20:45 +08:00
parent 799b4dd28b
commit 6386379ffa
2 changed files with 6 additions and 3 deletions

View File

@ -30,11 +30,13 @@ body {
} }
.big-title{ .big-title{
font-weight: bold;
width: 100%; width: 100%;
padding: 24px 8px; padding: 24px 8px;
font-size: 40px; font-size: 40px;
text-align: center; text-align: center;
color: rgb(101, 212, 231); color: rgb(231, 229, 101);
text-shadow: #000000 3px 3px 2px;
} }
.sub-title{ .sub-title{
@ -60,6 +62,7 @@ body {
color: rgb(101, 212, 231); color: rgb(101, 212, 231);
background-color: rgba(32, 32, 32, 0.7); background-color: rgba(32, 32, 32, 0.7);
font-weight: 100; font-weight: 100;
text-shadow: #000000 1px 1px 2px;
} }
.warn-highlight{ .warn-highlight{
@ -81,7 +84,7 @@ body {
} }
#font-tips{ #font-tips{
font-family:'UbuntuMono', sans-serif; font-family: 'UbuntuMono', sans-serif;
} }
.divide-line{ .divide-line{

View File

@ -34,7 +34,7 @@
<form method="get" action="./api.php"> <form method="get" action="./api.php">
<input type="text" name="action" value="user-panel" style="display:none" required> <input type="text" name="action" value="user-panel" style="display:none" required>
<span style="display:block"> <span style="display:block">
<div class="tips-highlight">比赛id</div> <div class="tips-highlight">比赛id(请勿更改)</div>
<select name="game" required> <select name="game" required>
<option value="test-1">localhost内测</option> <option value="test-1">localhost内测</option>
<option value="wood-1">woodpecker内测</option> <option value="wood-1">woodpecker内测</option>