Add HTTPS support for server URL

This commit is contained in:
Koha9
2025-06-21 19:20:48 +09:00
parent 8fa0189a1d
commit 7ab55e3ae4
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -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>