代理修改

This commit is contained in:
2026-07-18 17:46:21 +08:00
parent 2d9a8ddef6
commit e84958e0fc
71 changed files with 1221 additions and 134 deletions
+10
View File
@@ -172,4 +172,14 @@
/* 确保 Sonner toast 始终在最上层 */
[data-sonner-toaster] {
z-index: 99999 !important;
}
/* 进度条 indeterminate 动画(无 Content-Length 时使用) */
@keyframes indeterminate {
0% {
left: -33%;
}
100% {
left: 100%;
}
}