📊 工作日报
所有日报
{''.join([f'
{r["date"]} - {r["title"]}
' for r in sorted(self.data['reports'], key=lambda x: x['date'], reverse=True)])}
← 返回首页