feat(#9): export/import состояния — backup в JSON и восстановление

This commit is contained in:
AnRil
2026-05-22 13:33:38 +07:00
parent fd62177375
commit 72e54c579d
6 changed files with 231 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ export const IPC = {
getHistory: 'history:get',
clearHistory: 'history:clear',
// Export / Import
exportState: 'state:export',
importState: 'state:import',
// events from main → renderer
evtTick: 'evt:tick',
evtFire: 'evt:fire',