fix(sns): sync my timeline count and auto load more

This commit is contained in:
aits2026
2026-03-06 11:03:11 +08:00
parent 4f40b4af49
commit a62ba8e167
3 changed files with 24 additions and 9 deletions

View File

@@ -101,6 +101,12 @@
.feed-my-timeline-count {
color: var(--text-primary);
font-weight: 600;
display: inline-flex;
align-items: center;
.spin {
animation: spin 0.8s linear infinite;
}
}
&.ready {