Aurora Admin v1.2.0: 79 components x 5 ends, doc site, contracts batch 1, playground, regression, deploy ready

This commit is contained in:
aurora-admin
2026-09-10 19:21:56 +08:00
commit 51ce3a28f7
654 changed files with 49082 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/* Aurora Admin SkeletonPro 样式 — 对齐 组件7.txt SkeletonPro:骨架屏占位,微光动画 */
.aa-skeleton { font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); }
.aa-skeleton-row { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.aa-skeleton-avatar { width: 40px; height: 40px; border-radius: 50%; background: #E8ECF1; flex-shrink: 0; }
.aa-skeleton-lines { flex: 1; }
.aa-skeleton-line { height: 12px; background: #E8ECF1; border-radius: 4px; margin-bottom: 8px; }
.aa-skeleton-block { height: 120px; background: #E8ECF1; border-radius: 8px; margin-bottom: 12px; }
.aa-skeleton.is-active .aa-skeleton-avatar,
.aa-skeleton.is-active .aa-skeleton-line,
.aa-skeleton.is-active .aa-skeleton-block { background: linear-gradient(90deg, #E8ECF1 25%, #F0F5FF 37%, #E8ECF1 63%); background-size: 400% 100%; animation: aa-shimmer 1.4s ease infinite; }
@keyframes aa-shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }