improvement(sns): 优化朋友圈导出

This commit is contained in:
2977094657
2026-04-23 14:51:58 +08:00
Unverified
parent e86cfb42e5
commit ec2a84af18
2 changed files with 502 additions and 143 deletions
+2
View File
@@ -2067,6 +2067,8 @@ def list_sns_users(
post_count = int(r["postCount"] or 0)
except Exception:
post_count = 0
if post_count <= 0:
continue
row = contact_rows.get(uname)
display = _clean_name(_pick_display_name(row, uname)) or uname