Add server file manager workflow
This commit is contained in:
@@ -144,10 +144,11 @@ export interface PlatformOverviewSignal {
|
||||
at: string;
|
||||
}
|
||||
|
||||
export type ServerDetailSection = "manage" | "llm" | `plugin:${string}`;
|
||||
export type ServerDetailSection = "manage" | "files" | "llm" | `plugin:${string}`;
|
||||
|
||||
export const serverDetailSections: Array<{ id: ServerDetailSection; label: string }> = [
|
||||
{ id: "manage", label: "管理" },
|
||||
{ id: "files", label: "文件" },
|
||||
{ id: "llm", label: "AI 助手" }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user