将 _get_daily_db() 每次请求重建实例的模式改为在 make_app 闭包内 初始化一次 _daily_db(与 _queue/_memory 生命周期一致),消除重复 DDL。 新增 test_daily_timeline_with_data 往返测试:写入记录后 GET 能读到。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
将 _get_daily_db() 每次请求重建实例的模式改为在 make_app 闭包内 初始化一次 _daily_db(与 _queue/_memory 生命周期一致),消除重复 DDL。 新增 test_daily_timeline_with_data 往返测试:写入记录后 GET 能读到。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>