Add AI parsing and graph parsing status; update related hooks and localization; modify microtime values in config and state files

This commit is contained in:
2026-03-27 10:47:30 +01:00
parent fa3c92379f
commit 412c25f184
14 changed files with 164 additions and 15 deletions

View File

@@ -122,7 +122,9 @@
{
"name": "aiSyncHash"
},
{"isFull": false}
{
"name": "aiParsingStatus"
}
]
],
"dynamicLogicVisible": null,

View File

@@ -19,6 +19,10 @@
"name": "aiSyncStatus",
"align": "left"
},
{
"name": "aiParsingStatus",
"align": "left"
},
{
"name": "aiLastSync",
"align": "left"
@@ -37,4 +41,4 @@
"name": "createdAt",
"align": "left"
}
]
]