fix 修复bug

This commit is contained in:
Daniel
2026-04-28 19:40:02 +08:00
parent c234fe64d6
commit 0134a5ef64
11 changed files with 720 additions and 14 deletions

View File

@@ -137,6 +137,7 @@
</div>
<div class="actions-inline">
<a class="subtle-link" href="/auth/forgot">忘记密码提示</a>
<button id="regenResetCodeBtn" class="secondary topbar-btn" type="button">重新生成重置码</button>
<button id="changePwdBtn" class="secondary topbar-btn" type="button">修改密码</button>
</div>
<div class="grid2">
@@ -160,6 +161,6 @@
</div>
<script src="/static/ui-dialog.js?v=20260428a"></script>
<script src="/static/mode-hint.js?v=20260428a"></script>
<script src="/static/settings.js?v=20260428r"></script>
<script src="/static/settings.js?v=20260428s"></script>
</body>
</html>