import { Lecture, LessonTypeLabel } from "@nice/common"; // 修改 PostSelectOption 组件 export default function PostSelectOption({ post }: { post: Lecture }) { return (