放开部分文件读/写限制

This commit is contained in:
xintaofei
2026-03-19 21:33:07 +08:00
parent 0209de17eb
commit f6fd3da401
6 changed files with 55 additions and 71 deletions

View File

@@ -677,7 +677,6 @@ export type FileTreeNode =
export interface FilePreviewContent {
path: string
content: string
truncated: boolean
}
export interface FileEditContent {
@@ -686,7 +685,6 @@ export interface FileEditContent {
etag: string
mtime_ms: number | null
readonly: boolean
truncated: boolean
line_ending: "lf" | "crlf" | "mixed" | "none"
}