🎨ui: 优化Identity样式

This commit is contained in:
yubaolee
2026-06-27 00:51:53 +08:00
parent 5e6ca18770
commit 97a96e8b4b
11 changed files with 778 additions and 196 deletions

View File

@@ -1,7 +1,16 @@
@model OpenAuth.IdentityServer.Quickstart.Account.RedirectViewModel
@model OpenAuth.IdentityServer.Quickstart.Account.RedirectViewModel
<h1>You are now being returned to the application.</h1>
<p>Once complete, you may close this tab</p>
<div class="auth-card">
<div class="auth-card-header">
<div class="status-icon status-icon--info">&#8634;</div>
<h1>正在跳转</h1>
<p class="loading-dots">正在返回应用程序</p>
</div>
<div class="status-text">
页面即将自动跳转,如未自动跳转请 <a href="@Model.RedirectUrl">点击此处</a>
</div>
</div>
<meta http-equiv="refresh" content="0;url=@Model.RedirectUrl" data-url="@Model.RedirectUrl">
<script src="~/js/signin-redirect.js"></script>