feat: add thread status documents and safe thread reply handling
This commit is contained in:
@@ -782,9 +782,7 @@ export function ProjectHeaderActions({ projectId }: { projectId: string }) {
|
||||
转发
|
||||
</Link>
|
||||
<Link
|
||||
href={`/api/v1/projects/${projectId}/thread-status`}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href={`/conversations/${projectId}/thread-status`}
|
||||
className="flex h-11 items-center justify-center rounded-2xl bg-white text-[14px] font-semibold text-[#111111]"
|
||||
>
|
||||
线程状态
|
||||
|
||||
Reference in New Issue
Block a user