feat: add week 3 audio and timeline enhancements

This commit is contained in:
2026-04-18 22:10:48 +08:00
parent 4d54c144a8
commit 70efaf3ccf
20 changed files with 606 additions and 56 deletions

View File

@@ -109,7 +109,11 @@ async def create_reading_event(
value={
"story_id": story.id,
"title": story.title,
"mode": story.mode,
"image_url": story.image_url,
"event_type": payload.event_type,
"reading_time": payload.reading_time,
"source": "reading_event",
},
base_weight=weight,
last_used_at=datetime.now(timezone.utc),