更新代码

This commit is contained in:
2025-09-14 18:05:12 +08:00
parent ba18997410
commit d83f30c07b
4 changed files with 476 additions and 9 deletions

View File

@@ -27,7 +27,10 @@
<h2>账户设置</h2>
<div class="card">
<h3>账户信息</h3>
<p>这里是账户设置界面。</p>
<div class="account-actions">
<button onclick="window.location.href='/login'" style="margin-right: 10px;">登录</button>
<button onclick="window.location.href='/register'" style="margin-right: 10px;">注册</button>
</div>
</div>
</div>
</div>