feat(auth): implement user and device authentication

This commit is contained in:
QiuSW
2026-07-26 15:18:48 +08:00
parent c5d3b215ff
commit 49db5b8305
66 changed files with 6216 additions and 271 deletions
+3 -4
View File
@@ -44,12 +44,11 @@
<div class="field">
<label for="device">设备身份</label>
<select id="device">
<option>测试设备 A · 本机</option>
<option>重新登记此设备</option>
<option>测试设备 A · 后端已预授权</option>
</select>
<div class="device" aria-label="设备状态">
<strong>设备可登记</strong>
<span>仅上报版本和就绪能力,不上传设备中的敏感内容</span>
<strong>设备身份待验证</strong>
<span>未预授权或绑定冲突时请联系管理员,不在 App 内重新登记</span>
</div>
</div>
<div class="field">