Add HTTPS support for server URL
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="url" class="form-label">服务器地址</label>
|
||||
<input type="text" class="form-control" id="url" name="url" placeholder="127.0.0.1">
|
||||
<input type="text" class="form-control" id="url" name="url" placeholder="127.0.0.1 或 https://example.com">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="port" class="form-label">端口</label>
|
||||
|
||||
Reference in New Issue
Block a user