支持手动token认证

This commit is contained in:
2025-07-08 19:17:18 +09:00
parent 0c2a84f944
commit a8863f911b
6 changed files with 73 additions and 24 deletions
+4
View File
@@ -12,6 +12,10 @@
<div class="mb-3">
<label for="pw" class="form-label">密码</label>
<input type="password" class="form-control" id="pw" name="pw">
</div>
<div class="mb-3">
<label for="token" class="form-label">Token</label>
<input type="text" class="form-control" id="token" name="token" value="{{ token }}">
</div>
<div class="mb-3">
<label for="scheme" class="form-label">协议</label>