update watchlist

This commit is contained in:
2025-12-15 18:35:59 +08:00
parent da13861e6c
commit 50d881b889
2 changed files with 8 additions and 12 deletions

3
app.py
View File

@@ -5862,7 +5862,8 @@ def get_my_following_events():
'title': ev.title,
'event_type': ev.event_type,
'start_time': ev.start_time.isoformat() if ev.start_time else None,
'hot_score': ev.hot_score,
'view_count': ev.view_count or 0,
'related_avg_chg': ev.related_avg_chg,
'follower_count': ev.follower_count,
})
return jsonify({'success': True, 'data': data})