pub(super) fn row_to_post_list_item(row: &Row) -> PostListItemExpand description
将数据库行转换为轻量列表项 DTO。
不包含 content_md/content_html;字数与阅读时长直接读取已持久化的列。
同步函数,不依赖数据库连接。
pub(super) fn row_to_post_list_item(row: &Row) -> PostListItem将数据库行转换为轻量列表项 DTO。
不包含 content_md/content_html;字数与阅读时长直接读取已持久化的列。
同步函数,不依赖数据库连接。