mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Add Authority jobs task backend
This commit is contained in:
@@ -146,6 +146,15 @@ export function createGraphPersistenceState() {
|
||||
authorityMigrationRevision: 0,
|
||||
authorityMigrationLastError: "",
|
||||
lastAuthorityMigrationResult: null,
|
||||
authorityJobsReady: false,
|
||||
authorityJobQueueState: "idle",
|
||||
authorityLastJob: null,
|
||||
authorityLastJobId: "",
|
||||
authorityLastJobKind: "",
|
||||
authorityLastJobStatus: "",
|
||||
authorityLastJobProgress: 0,
|
||||
authorityLastJobError: "",
|
||||
authorityLastJobUpdatedAt: "",
|
||||
localStoreFormatVersion: 1,
|
||||
localStoreMigrationState: "idle",
|
||||
opfsWriteLockState: {
|
||||
|
||||
Reference in New Issue
Block a user