export backupRunningList restoreRunningList

This commit is contained in:
Net 2024-07-15 16:48:24 +07:00
parent b086e08fe8
commit e11e72b673

View file

@ -172,5 +172,8 @@ export const useDataStore = defineStore("systemStore", () => {
createBackUp,
restore,
deleteBackUp,
backupRunningList,
restoreRunningList,
};
});