fix: Update xaiSyncStatus descriptions and default value; adjust microtime and cacheTimestamp in config and state files; add beforeSaveScript for x.AI sync status management

This commit is contained in:
2026-03-08 20:16:51 +01:00
parent 1d3eb86c6e
commit 3547f47fc3
6 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1772997256,
'microtimeState' => 1772997256.02,
'cacheTimestamp' => 1772997342,
'microtimeState' => 1772997342.877304,
'currencyRates' => [
'EUR' => 1.0
],