update edit aply file content

This commit is contained in:
duanfuxiang
2025-04-01 11:41:29 +08:00
parent c415175de8
commit 4fb0bb22ac
5 changed files with 54 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ import { AppProvider } from './contexts/AppContext'
export type ApplyViewState = {
file: TFile
originalContent: string
oldContent: string
newContent: string
onClose: (applied: boolean) => void
}