apply diff view add editable view

This commit is contained in:
duanfuxiang
2025-04-22 18:03:51 +08:00
parent fe02f08bdf
commit d521184945
4 changed files with 450 additions and 75 deletions

View File

@@ -2,6 +2,7 @@ import { TFile, View, WorkspaceLeaf } from 'obsidian'
import { Root, createRoot } from 'react-dom/client'
import ApplyViewRoot from './components/apply-view/ApplyViewRoot'
// import DiffViewRoot from './components/apply-view/DiffViewRoot'
import { APPLY_VIEW_TYPE } from './constants'
import { AppProvider } from './contexts/AppContext'