~~ssh~~ https auto update

This commit is contained in:
lhy6305 2024-09-21 21:55:27 +08:00
parent e544c315cb
commit 62cf538ab1
2 changed files with 16 additions and 7 deletions

View File

@ -95,6 +95,15 @@ body {
) )
} }
select{
border-bottom: 3px solid rgb(231, 229, 101);
outline: none;
padding: 10px;
font-size: 16px;
color: rgb(101, 212, 231);
background: rgb(32, 32, 32);
}
input{ input{
border-bottom: 3px solid rgb(231, 229, 101); border-bottom: 3px solid rgb(231, 229, 101);
background: none; background: none;

View File

@ -33,7 +33,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:none"> <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>